diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
commit | 2aa4f50f829476ae276ba391127cc7266f603c96 (patch) | |
tree | c4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/Bound_Ptr.inl | |
parent | 28934d0116426fa37e2a562cfa0d95fa34241051 (diff) | |
download | ATCD-2aa4f50f829476ae276ba391127cc7266f603c96.tar.gz |
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Bound_Ptr.inl')
-rw-r--r-- | ace/Bound_Ptr.inl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Bound_Ptr.inl b/ace/Bound_Ptr.inl index f95b7c94f59..7f6797156f9 100644 --- a/ace/Bound_Ptr.inl +++ b/ace/Bound_Ptr.inl @@ -8,6 +8,8 @@ # include "ace/Log_Msg.h" #endif /* ACE_NEW_THROWS_EXCEPTIONS */ +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + template <class ACE_LOCK> inline ACE_Bound_Ptr_Counter<ACE_LOCK> * ACE_Bound_Ptr_Counter<ACE_LOCK>::internal_create (int init_obj_ref_count) { @@ -482,3 +484,5 @@ ACE_Weak_Bound_Ptr<X, ACE_LOCK>::remove_ref () } return new_obj_ref_count; } + +ACE_END_VERSIONED_NAMESPACE_DECL |