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, 2 insertions, 6 deletions
diff --git a/TAO/tao/IIOP_Lite_Factory.h b/TAO/tao/IIOP_Lite_Factory.h
index c1f7cc876dd..fe4e1026abe 100644
--- a/TAO/tao/IIOP_Lite_Factory.h
+++ b/TAO/tao/IIOP_Lite_Factory.h
@@ -23,8 +23,6 @@
#include "tao/Protocol_Factory.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_Acceptor;
class TAO_Connector;
@@ -58,12 +56,10 @@ public:
private:
/// Changing the version number can be used to provide backwards
/// compatibility with old clients.
- int const major_;
- int const minor_;
+ int major_;
+ int 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)