summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SHMIOP_Connector.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-15 00:05:42 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-15 00:05:42 +0000
commit1c8b121792f05ef80a3e657846f873b2daf5b7df (patch)
tree5654675338abf6b2a8cc02ea21f39d5066367758 /TAO/tao/Strategies/SHMIOP_Connector.h
parentecbe3185e6091031de62061a6cc9cd16e0ae3ed8 (diff)
downloadATCD-1c8b121792f05ef80a3e657846f873b2daf5b7df.tar.gz
ChangeLogTag: Sun Apr 14 19:02:16 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Connector.h')
-rw-r--r--TAO/tao/Strategies/SHMIOP_Connector.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Connector.h b/TAO/tao/Strategies/SHMIOP_Connector.h
index a98be96fdbe..fce2a5e587e 100644
--- a/TAO/tao/Strategies/SHMIOP_Connector.h
+++ b/TAO/tao/Strategies/SHMIOP_Connector.h
@@ -28,7 +28,7 @@
#include "ace/MEM_Connector.h"
#include "ace/Connector.h"
-#include "tao/Pluggable.h"
+#include "tao/Transport_Connector.h"
#include "SHMIOP_Connection_Handler.h"
#include "tao/Resource_Factory.h"
#include "tao/Connector_Impl.h"
@@ -58,10 +58,7 @@ public:
// Pluggable.h
int open (TAO_ORB_Core *orb_core);
int close (void);
- int connect (TAO_GIOP_Invocation *invocation,
- TAO_Transport_Descriptor_Interface *desc
- ACE_ENV_ARG_DECL);
- int preconnect (const char *preconnections);
+
TAO_Profile *create_profile (TAO_InputCDR& cdr);
virtual int check_prefix (const char *endpoint);
@@ -69,9 +66,11 @@ public:
virtual char object_key_delimiter (void) const;
protected:
-
// = More TAO_Connector methods, please check the documentation on
// Pluggable.h
+ int make_connect (TAO_GIOP_Invocation *invocation,
+ TAO_Transport_Descriptor_Interface *desc);
+
virtual TAO_Profile *make_profile (ACE_ENV_SINGLE_ARG_DECL);
public: