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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Operation_Table.h b/TAO/tao/PortableServer/Operation_Table.h
index 2301d7929f6..bd47973d891 100644
--- a/TAO/tao/PortableServer/Operation_Table.h
+++ b/TAO/tao/PortableServer/Operation_Table.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -24,6 +24,8 @@
#include "tao/Object.h"
#include "tao/Collocation_Strategy.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_ServerRequest;
class TAO_Abstract_ServantBase;
@@ -69,6 +71,7 @@ struct TAO_operation_db_entry
TAO_Collocated_Skeleton direct_skel_ptr;
};
+// --------------------------
namespace TAO
{
@@ -130,5 +133,7 @@ public:
virtual ~TAO_Operation_Table (void);
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_OPTABLE_H */