diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-09 02:24:59 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-09 02:24:59 +0000 |
commit | 1ada4b4bc98473b06e81121ccad56ce8557b7993 (patch) | |
tree | eb25930f40d616ec2974b15401da2ee213218b54 /TAO/tao/IIOP_Connector.h | |
parent | 84c438c5392301e65f825229c1230bd30029c51c (diff) | |
download | ATCD-1ada4b4bc98473b06e81121ccad56ce8557b7993.tar.gz |
Tue Jun 08 21:13:36 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.h')
-rw-r--r-- | TAO/tao/IIOP_Connector.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h index 7b76c5a64d2..8560f106798 100644 --- a/TAO/tao/IIOP_Connector.h +++ b/TAO/tao/IIOP_Connector.h @@ -100,6 +100,9 @@ private: TAO_IIOP_BASE_CONNECTOR base_connector_; // The connector initiating connection requests for IIOP. + + TAO_ORB_Core *orb_core_; + // ORB Core. }; #endif /* TAO_IIOP_CONNECTOR_H */ |