summaryrefslogtreecommitdiff
path: root/TAO/tao/Default_Protocols_Hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Default_Protocols_Hooks.h')
-rw-r--r--TAO/tao/Default_Protocols_Hooks.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Default_Protocols_Hooks.h b/TAO/tao/Default_Protocols_Hooks.h
index ad0d440d7df..540ed7b70fb 100644
--- a/TAO/tao/Default_Protocols_Hooks.h
+++ b/TAO/tao/Default_Protocols_Hooks.h
@@ -1,4 +1,3 @@
-
// -*- C++ -*-
// ===================================================================
@@ -23,6 +22,8 @@
#include "tao/Protocols_Hooks.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_POA;
class TAO_Export TAO_Default_Protocols_Hooks : public TAO_Protocols_Hooks
@@ -113,6 +114,8 @@ public:
ACE_ENV_ARG_DECL);
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_Default_Protocols_Hooks)
ACE_FACTORY_DECLARE (TAO, TAO_Default_Protocols_Hooks)