summaryrefslogtreecommitdiff
path: root/TAO/tao/ImR_Client/ServerObjectC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ImR_Client/ServerObjectC.cpp')
-rw-r--r--TAO/tao/ImR_Client/ServerObjectC.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/ImR_Client/ServerObjectC.cpp b/TAO/tao/ImR_Client/ServerObjectC.cpp
index 1d4d4afce68..8aa0505c7e2 100644
--- a/TAO/tao/ImR_Client/ServerObjectC.cpp
+++ b/TAO/tao/ImR_Client/ServerObjectC.cpp
@@ -33,7 +33,7 @@
#include "tao/AnyTypeCode/TypeCode_Constants.h"
#include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
#include "tao/AnyTypeCode/Objref_TypeCode_Static.h"
-#include "tao/ImR_Client/ServerObjectC.h"
+#include "ServerObjectC.h"
#include "tao/CDR.h"
#include "tao/Exception_Data.h"
#include "tao/Invocation_Adapter.h"
@@ -44,14 +44,12 @@
#include "ace/OS_NS_string.h"
#if !defined (__ACE_INLINE__)
-#include "tao/ImR_Client/ServerObjectC.inl"
+#include "ServerObjectC.inl"
#endif /* !defined INLINE */
// TAO_IDL - Generated from
// be\be_visitor_arg_traits.cpp:70
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Arg traits specializations.
namespace TAO
{
@@ -459,5 +457,3 @@ operator>>= (
return 1;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL