summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Synch_Refcountable.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 18:39:05 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 18:39:05 +0000
commitc633e538747abb02b61dcea041ac1a6faa6accd7 (patch)
treed31fd7c07cc84da23911a1402b9807afeebd85b2 /TAO/tao/Utils/Synch_Refcountable.h
parente7dcb66360c346d9d7ec631de64873cf5b30ebad (diff)
downloadATCD-c633e538747abb02b61dcea041ac1a6faa6accd7.tar.gz
ChangeLogTag:Fri Nov 4 10:31:15 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Utils/Synch_Refcountable.h')
-rw-r--r--TAO/tao/Utils/Synch_Refcountable.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Utils/Synch_Refcountable.h b/TAO/tao/Utils/Synch_Refcountable.h
index 0e18e9402eb..335a72e7d35 100644
--- a/TAO/tao/Utils/Synch_Refcountable.h
+++ b/TAO/tao/Utils/Synch_Refcountable.h
@@ -1,4 +1,3 @@
-// This may look like C, but it's really
// -*- C++ -*-
//=============================================================================
@@ -27,6 +26,8 @@
class ACE_Lock;
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_Synch_Refcountable
*
@@ -48,6 +49,7 @@ protected:
ACE_Lock *refcount_lock_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__)
# include "Synch_Refcountable.inl"