summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Lite_Factory.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-23 12:50:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-23 12:50:53 +0000
commit1eb09c2001430a2670b3d954009446a182d78ecd (patch)
tree74b56a7a4fd008e0227084cf3ab875ec48f7c6a3 /TAO/tao/IIOP_Lite_Factory.h
parent2327b0f2f146103b3e08b417bba2892f1aa15f4b (diff)
downloadATCD-1eb09c2001430a2670b3d954009446a182d78ecd.tar.gz
Wed Aug 23 12:49:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Lite_Factory.h')
-rw-r--r--TAO/tao/IIOP_Lite_Factory.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/IIOP_Lite_Factory.h b/TAO/tao/IIOP_Lite_Factory.h
index 2b0141b4d55..5bf56335b77 100644
--- a/TAO/tao/IIOP_Lite_Factory.h
+++ b/TAO/tao/IIOP_Lite_Factory.h
@@ -58,12 +58,6 @@ public:
virtual TAO_Acceptor *make_acceptor (void);
virtual TAO_Connector *make_connector (void);
virtual int requires_explicit_endpoint (void) const;
-
-private:
- /// Changing the version number can be used to provide backwards
- /// compatibility with old clients.
- int const major_;
- int const minor_;
};
TAO_END_VERSIONED_NAMESPACE_DECL