summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Acceptor_Impl.h')
-rw-r--r--TAO/tao/Acceptor_Impl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Acceptor_Impl.h b/TAO/tao/Acceptor_Impl.h
index ca2c43826ac..7f669fdf39b 100644
--- a/TAO/tao/Acceptor_Impl.h
+++ b/TAO/tao/Acceptor_Impl.h
@@ -30,8 +30,7 @@ class TAO_Creation_Strategy : public ACE_Creation_Strategy<SVC_HANDLER>
// = TITLE
// Creates a Svc_Handler and set the ORB_Core pointer on it.
public:
- TAO_Creation_Strategy (TAO_ORB_Core *orb_core,
- CORBA::Boolean flag = 0);
+ TAO_Creation_Strategy (TAO_ORB_Core *orb_core);
// Constructor.
int make_svc_handler (SVC_HANDLER *&sh);
@@ -40,9 +39,6 @@ public:
protected:
TAO_ORB_Core *orb_core_;
// Pointer to the ORB Core.
-
- CORBA::Boolean lite_flag_;
- // Should we use the Lite version for any protocol?
};
template <class SVC_HANDLER>