summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Operation_Table.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Operation_Table.h')
-rw-r--r--TAO/tao/PortableServer/Operation_Table.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tao/PortableServer/Operation_Table.h b/TAO/tao/PortableServer/Operation_Table.h
index d573d2c9f8e..2301d7929f6 100644
--- a/TAO/tao/PortableServer/Operation_Table.h
+++ b/TAO/tao/PortableServer/Operation_Table.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+// This may look like C, but it's really -*- C++ -*-
//=============================================================================
/**
@@ -15,7 +15,7 @@
#include /**/ "ace/pre.h"
-#include "tao/PortableServer/portableserver_export.h"
+#include "portableserver_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -24,8 +24,6 @@
#include "tao/Object.h"
#include "tao/Collocation_Strategy.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_ServerRequest;
class TAO_Abstract_ServantBase;
@@ -71,7 +69,6 @@ struct TAO_operation_db_entry
TAO_Collocated_Skeleton direct_skel_ptr;
};
-// --------------------------
namespace TAO
{
@@ -133,7 +130,5 @@ public:
virtual ~TAO_Operation_Table (void);
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_OPTABLE_H */