summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
commitc20c95d4d526d887c9782960a3ff73f63c3c1c85 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/params.h
parent3d20d6aedf2b56b86fe2a386777c7afbf1c19c93 (diff)
downloadATCD-c20c95d4d526d887c9782960a3ff73f63c3c1c85.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h32
1 files changed, 5 insertions, 27 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index 8156a699be8..de8bac22a8b 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -11,37 +11,26 @@
*/
//=============================================================================
-
#ifndef TAO_PARAMS_H
#define TAO_PARAMS_H
-#include /**/ "ace/pre.h"
-#include "tao/corbafwd.h"
+#include /**/ "ace/pre.h"
+#include "ace/Unbounded_Queue.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "objectid.h"
-#include "CORBA_String.h"
#include "ace/SString.h"
-#include "ace/Unbounded_Queue.h"
+#include "objectid.h"
+#include "CORBA_String.h"
// Forward decls.
class TAO_Active_Object_Map_Impl;
class TAO_Reverse_Active_Object_Map_Impl;
-// This is a quick hack to avoid having to unravel the intricacies of
-// the all the hairy order interdepencies that currently exist in TAO.
-// #if ! defined (__ACE_INLINE__)
-// #define TAO_LOCAL_INLINE
-// #else
-// #define TAO_LOCAL_INLINE ACE_INLINE
-// #endif /* ! __ACE_INLINE__ */
-
-
// @@ Using an ACE_Unbounded_Queue to contain the endpoints and
// preconnects may not be the best container to use. However, it
// will only be used during ORB bootstrapping. Also, a template
@@ -75,18 +64,6 @@ 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.
int endpoints (ACE_CString &endpoints);
@@ -275,4 +252,5 @@ private:
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
+
#endif /* TAO_PARAMS_H */