summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Connect.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-02 18:40:49 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-02 18:40:49 +0000
commitb4974e9cfde0b24f8604107b6f7936a5cc8e1576 (patch)
treef4e855aa7e4080434d02518fd7ae6703d2a2a80a /TAO/tao/UIOP_Connect.h
parent62a5228c58ec2e6deb550efbc3c23c012b64c457 (diff)
downloadATCD-b4974e9cfde0b24f8604107b6f7936a5cc8e1576.tar.gz
ChangeLogTag:Wed Jun 2 13:18:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/UIOP_Connect.h')
-rw-r--r--TAO/tao/UIOP_Connect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/UIOP_Connect.h b/TAO/tao/UIOP_Connect.h
index b7b255b4691..37feea2dc94 100644
--- a/TAO/tao/UIOP_Connect.h
+++ b/TAO/tao/UIOP_Connect.h
@@ -65,7 +65,8 @@ class TAO_Export TAO_UIOP_Client_Connection_Handler : public TAO_UIOP_Handler_Ba
// <TAO_CONNECTOR>.
public:
// = Intialization method.
- TAO_UIOP_Client_Connection_Handler (ACE_Thread_Manager *t = 0);
+ TAO_UIOP_Client_Connection_Handler (ACE_Thread_Manager *t = 0,
+ TAO_ORB_Core* orb_core = 0);
virtual ~TAO_UIOP_Client_Connection_Handler (void);