summaryrefslogtreecommitdiff
path: root/ace/Bound_Ptr.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-02-24 14:58:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-02-24 14:58:21 +0000
commit3d18a457225efe835f63623082c6bb8af27074cd (patch)
treee7c8c63e9c4595c48a2e34649d8a9d32f214628f /ace/Bound_Ptr.i
parent855f2137f9e9b8e1a753bc29fef75e1b87064b21 (diff)
downloadATCD-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.i2
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_;
}