summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Connect.h')
-rw-r--r--TAO/tao/UIOP_Connect.h21
1 files changed, 3 insertions, 18 deletions
diff --git a/TAO/tao/UIOP_Connect.h b/TAO/tao/UIOP_Connect.h
index 986ac8e28ab..9a6f8f4ef0c 100644
--- a/TAO/tao/UIOP_Connect.h
+++ b/TAO/tao/UIOP_Connect.h
@@ -1,7 +1,6 @@
// This may look like C, but it's really -*- C++ -*-
// $Id$
-
// ============================================================================
//
// = LIBRARY
@@ -34,7 +33,7 @@
#include "tao/corbafwd.h"
#include "tao/Wait_Strategy.h"
-#include "tao/Pluggable_Messaging.h"
+
// Forward Decls
class TAO_ORB_Core;
@@ -63,8 +62,7 @@ class TAO_Export TAO_UIOP_Client_Connection_Handler : public TAO_UIOP_Handler_Ba
public:
// = Intialization method.
TAO_UIOP_Client_Connection_Handler (ACE_Thread_Manager *t = 0,
- TAO_ORB_Core* orb_core = 0,
- CORBA::Boolean flag = 0);
+ TAO_ORB_Core* orb_core = 0);
virtual ~TAO_UIOP_Client_Connection_Handler (void);
@@ -103,12 +101,6 @@ protected:
TAO_ORB_Core *orb_core_;
// Cached ORB Core.
-
- TAO_Pluggable_Messaging_Interface *mesg_factory_;
- // The Connector messaging factory
-
- CORBA::Boolean lite_flag_;
- // Are we usinglite?
};
// ****************************************************************
@@ -120,8 +112,7 @@ class TAO_Export TAO_UIOP_Server_Connection_Handler : public TAO_UIOP_Handler_Ba
public:
TAO_UIOP_Server_Connection_Handler (ACE_Thread_Manager* t = 0);
- TAO_UIOP_Server_Connection_Handler (TAO_ORB_Core *orb_core,
- CORBA::Boolean flag = 0);
+ TAO_UIOP_Server_Connection_Handler (TAO_ORB_Core *orb_core);
// Constructor.
~TAO_UIOP_Server_Connection_Handler (void);
@@ -155,9 +146,6 @@ protected:
TAO_UIOP_Server_Transport transport_;
// @@ New transport object reference.
- TAO_Pluggable_Messaging_Interface *acceptor_factory_;
- // Messaging acceptor factory
-
// = Event Handler overloads
virtual int handle_input (ACE_HANDLE = ACE_INVALID_HANDLE);
@@ -181,9 +169,6 @@ protected:
u_long refcount_;
// Reference count, to avoid early deletes...
-
- CORBA::Boolean lite_flag_;
- // Should we use GIOP or GIOPlite
};
#if defined (__ACE_INLINE__)