summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Synch_Refcountable.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Synch_Refcountable.h')
-rw-r--r--TAO/tao/Utils/Synch_Refcountable.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/tao/Utils/Synch_Refcountable.h b/TAO/tao/Utils/Synch_Refcountable.h
index 3e77a70c4c3..0e18e9402eb 100644
--- a/TAO/tao/Utils/Synch_Refcountable.h
+++ b/TAO/tao/Utils/Synch_Refcountable.h
@@ -1,3 +1,4 @@
+// This may look like C, but it's really
// -*- C++ -*-
//=============================================================================
@@ -22,14 +23,9 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Utils/utils_export.h"
-#include "tao/Versioned_Namespace.h"
+#include "utils_export.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Lock;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class TAO_Synch_Refcountable
@@ -52,10 +48,9 @@ protected:
ACE_Lock *refcount_lock_;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__)
-# include "tao/Utils/Synch_Refcountable.inl"
+# include "Synch_Refcountable.inl"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"