remove c&p error
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@470 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
a08d3ae5c0
commit
4acc1f5923
1 changed files with 5 additions and 2 deletions
|
@ -50,13 +50,13 @@ namespace Loki
|
|||
}
|
||||
|
||||
/// Star-operator dereferences pointer.
|
||||
T & operator * ()
|
||||
LockingPtr & operator * ()
|
||||
{
|
||||
return *pObject_;
|
||||
}
|
||||
|
||||
/// Point-operator returns pointer to object.
|
||||
T * operator -> ()
|
||||
LockingPtr * operator -> ()
|
||||
{
|
||||
return pObject_;
|
||||
}
|
||||
|
@ -85,6 +85,9 @@ namespace Loki
|
|||
#endif // end file guardian
|
||||
|
||||
// $Log$
|
||||
// Revision 1.2 2006/01/14 00:20:10 syntheticpp
|
||||
// remove c&p error
|
||||
//
|
||||
// Revision 1.1 2005/11/19 22:00:23 rich_sposato
|
||||
// Adding LockingPtr class to Loki project.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue