summaryrefslogtreecommitdiff
path: root/TAO/tao/ImR_Client/ServerObject_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ImR_Client/ServerObject_i.h')
-rw-r--r--TAO/tao/ImR_Client/ServerObject_i.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/TAO/tao/ImR_Client/ServerObject_i.h b/TAO/tao/ImR_Client/ServerObject_i.h
index 9ec22271d12..a397952aab6 100644
--- a/TAO/tao/ImR_Client/ServerObject_i.h
+++ b/TAO/tao/ImR_Client/ServerObject_i.h
@@ -1,15 +1,18 @@
+// -*- C++ -*-
+
//=============================================================================
/**
* @file ServerObject_i.h
*
* $Id$
*
- * @author Darrell Brunsch and Irfan Pyarali
+ * @author Darrell Brunsch
+ * @author Irfan Pyarali
*/
// ===================================================================
-#ifndef TAO_IMPLREPO_I_H
-#define TAO_IMPLREPO_I_H
+#ifndef TAO_SERVEROBJECT_I_H
+#define TAO_SERVEROBJECT_I_H
#include /**/ "ace/pre.h"
@@ -22,6 +25,8 @@
#include "tao/ImR_Client/ServerObjectS.h"
#include "tao/ImR_Client/imr_client_export.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ServerObject_i
*
@@ -59,6 +64,8 @@ protected:
PortableServer::POA_var poa_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
-#endif /* TAO_IMPLREPO_I_H */
+#endif /* TAO_SERVEROBJECT_I_H */