summaryrefslogtreecommitdiff
path: root/TAO/tao/Thread_Per_Connection_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Thread_Per_Connection_Handler.h')
-rw-r--r--TAO/tao/Thread_Per_Connection_Handler.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Thread_Per_Connection_Handler.h b/TAO/tao/Thread_Per_Connection_Handler.h
index 08ed211ae58..cf51317e646 100644
--- a/TAO/tao/Thread_Per_Connection_Handler.h
+++ b/TAO/tao/Thread_Per_Connection_Handler.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+//x -*- C++ -*-
//=============================================================================
/**
@@ -24,6 +24,9 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "tao/TAO_Export.h"
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_Connection_Handler;
class TAO_ORB_Core;
@@ -77,6 +80,8 @@ private:
TAO_Connection_Handler *ch_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /*TAO_THREAD_PER_CONNECTION_HANDLER_H*/