diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-02 18:40:49 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-02 18:40:49 +0000 |
commit | b4974e9cfde0b24f8604107b6f7936a5cc8e1576 (patch) | |
tree | f4e855aa7e4080434d02518fd7ae6703d2a2a80a /TAO/tao/UIOP_Connect.h | |
parent | 62a5228c58ec2e6deb550efbc3c23c012b64c457 (diff) | |
download | ATCD-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.h | 3 |
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); |