summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-04-15 00:05:42 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-04-15 00:05:42 +0000
commitf7dc76ca58ff0e1a56b710a5023df6360b0583e3 (patch)
tree5654675338abf6b2a8cc02ea21f39d5066367758 /TAO/tao/params.h
parent80574755fb6685cddcdfca8a4dfca1dda820696b (diff)
downloadATCD-f7dc76ca58ff0e1a56b710a5023df6360b0583e3.tar.gz
ChangeLogTag: Sun Apr 14 19:02:16 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index 401634c3a11..aaa2af1fa97 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -49,6 +49,7 @@ class TAO_Reverse_Active_Object_Map_Impl;
typedef ACE_Unbounded_Queue<ACE_CString> TAO_EndpointSet;
typedef ACE_Unbounded_Queue_Iterator<ACE_CString> TAO_EndpointSetIterator;
+
// -------------------------------------------------------------------
/**
@@ -72,10 +73,17 @@ public:
/// Destructor.
~TAO_ORB_Parameters (void);
+#if 0
+ /*
+ * TODO: Need to be removed since preconnects are being
+ * discontinued.
+ *
+ */
/// Specifies the endpoints to pre-establish connections on.
int preconnects (ACE_CString &preconnects);
TAO_EndpointSet &preconnects (void);
void add_preconnect (ACE_CString &preconnect);
+#endif /*if 0*/
/// Specifies the endpoints on which this server is willing to
/// listen for requests.
@@ -113,12 +121,6 @@ public:
int cdr_memcpy_tradeoff (void) const;
void cdr_memcpy_tradeoff (int);
- // @@Deprecated. Will not be used. - Bala
- // int use_lite_protocol (void) const;
- // void use_lite_protocol (int);
- // The ORB will use a modified version of GIOP that minimizes the
- // header size. By default we use the standard GIOP protocol.
-
/// The ORB will use the dotted decimal notation for addresses. By
/// default we use the full ascii names.
int use_dotted_decimal_addresses (void) const;
@@ -163,7 +165,7 @@ private:
TAO_EndpointSet &endpoints_list);
/// List of endpoints used to pre-establish connections.
- TAO_EndpointSet preconnects_list_;
+ // TAO_EndpointSet preconnects_list_;
/// List of endpoints this server is willing to accept requests
/// on.