From c20c95d4d526d887c9782960a3ff73f63c3c1c85 Mon Sep 17 00:00:00 2001 From: bala Date: Tue, 28 Oct 2003 18:31:01 +0000 Subject: ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan --- TAO/tao/params.h | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) (limited to 'TAO/tao/params.h') 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 */ -- cgit v1.2.1