summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Factory.h')
-rw-r--r--TAO/tao/IIOP_Factory.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Factory.h b/TAO/tao/IIOP_Factory.h
index 07f1f60a5d9..0cdbe9ee656 100644
--- a/TAO/tao/IIOP_Factory.h
+++ b/TAO/tao/IIOP_Factory.h
@@ -25,7 +25,6 @@
class TAO_Acceptor;
class TAO_Connector;
-
class TAO_Export TAO_IIOP_Protocol_Factory : public TAO_Protocol_Factory
{
public:
@@ -46,6 +45,12 @@ public:
virtual TAO_Connector *make_connector (void);
// create a connector
+
+private:
+ int major_;
+ int minor_;
+ // Changing the version number can be used to provide backwards
+ // compatibility with old clients.
};
ACE_STATIC_SVC_DECLARE (TAO_IIOP_Protocol_Factory)