summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies/Smart_Proxies.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/SmartProxies/Smart_Proxies.h')
-rw-r--r--TAO/tao/SmartProxies/Smart_Proxies.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/TAO/tao/SmartProxies/Smart_Proxies.h b/TAO/tao/SmartProxies/Smart_Proxies.h
index f8810fc8d40..204702f7ec9 100644
--- a/TAO/tao/SmartProxies/Smart_Proxies.h
+++ b/TAO/tao/SmartProxies/Smart_Proxies.h
@@ -1,5 +1,4 @@
-// $Id$
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -18,7 +17,7 @@
#define TAO_SMARTPROXIES_H
#include /**/ "ace/pre.h"
-#include "smartproxies_export.h"
+#include "tao/SmartProxies/smartproxies_export.h"
#include "tao/Object.h"
#include "tao/TAO_Singleton.h"
#include "tao/LocalObject.h"
@@ -27,6 +26,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_Smart_Proxy_Base
*
@@ -34,10 +35,9 @@
*
* Contains the _var pointer to the real proxy.
*/
-class TAO_SmartProxies_Export TAO_Smart_Proxy_Base :
- public TAO_Local_RefCounted_Object
+class TAO_SmartProxies_Export TAO_Smart_Proxy_Base
+ : public TAO_Local_RefCounted_Object
{
-
public:
/// Destructor
virtual ~TAO_Smart_Proxy_Base (void);
@@ -53,8 +53,10 @@ protected:
CORBA::Object_var base_proxy_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
-#include "Smart_Proxies.inl"
+#include "tao/SmartProxies/Smart_Proxies.inl"
#endif /* defined INLINE */
#include /**/ "ace/post.h"