diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-02-24 14:58:21 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-02-24 14:58:21 +0000 |
commit | 3d18a457225efe835f63623082c6bb8af27074cd (patch) | |
tree | e7c8c63e9c4595c48a2e34649d8a9d32f214628f /ace/Bound_Ptr.i | |
parent | 855f2137f9e9b8e1a753bc29fef75e1b87064b21 (diff) | |
download | ATCD-3d18a457225efe835f63623082c6bb8af27074cd.tar.gz |
ChangeLogTag:Sun Feb 23 12:16:34 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Bound_Ptr.i')
-rw-r--r-- | ace/Bound_Ptr.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Bound_Ptr.i b/ace/Bound_Ptr.i index 964c7975dd9..92229126592 100644 --- a/ace/Bound_Ptr.i +++ b/ace/Bound_Ptr.i @@ -272,7 +272,7 @@ ACE_Strong_Bound_Ptr<X, ACE_LOCK>::operator *() const } template <class X, class ACE_LOCK> inline X* -ACE_Strong_Bound_Ptr<X, ACE_LOCK>::get (void) +ACE_Strong_Bound_Ptr<X, ACE_LOCK>::get (void) const { return this->ptr_; } |