summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Lite_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Lite_Factory.h')
-rw-r--r--TAO/tao/IIOP_Lite_Factory.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Lite_Factory.h b/TAO/tao/IIOP_Lite_Factory.h
index fe4e1026abe..c1f7cc876dd 100644
--- a/TAO/tao/IIOP_Lite_Factory.h
+++ b/TAO/tao/IIOP_Lite_Factory.h
@@ -23,6 +23,8 @@
#include "tao/Protocol_Factory.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_Acceptor;
class TAO_Connector;
@@ -56,10 +58,12 @@ public:
private:
/// Changing the version number can be used to provide backwards
/// compatibility with old clients.
- int major_;
- int minor_;
+ int const major_;
+ int const minor_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_IIOP_Lite_Protocol_Factory)
ACE_FACTORY_DECLARE (TAO, TAO_IIOP_Lite_Protocol_Factory)