summaryrefslogtreecommitdiff
path: root/TAO/tao/server_factory.h
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-10-31 09:19:13 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-10-31 09:19:13 +0000
commit14f32a552d02c980cebaa2c653bae5f1ba64698a (patch)
tree78b83ec9903ec9376224f4a9fe35c7a452ffde08 /TAO/tao/server_factory.h
parentbb87e60f063ed4dfa48a234242067e74d3233301 (diff)
downloadATCD-14f32a552d02c980cebaa2c653bae5f1ba64698a.tar.gz
First round of TAO_HAS_TSS_ORBCORE elimination.
Diffstat (limited to 'TAO/tao/server_factory.h')
-rw-r--r--TAO/tao/server_factory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/server_factory.h b/TAO/tao/server_factory.h
index fa5d4bcdfe4..da922c46de6 100644
--- a/TAO/tao/server_factory.h
+++ b/TAO/tao/server_factory.h
@@ -45,6 +45,12 @@ public:
virtual ~TAO_Server_Strategy_Factory(void);
// Destructor.
+ virtual int open (void);
+ // Call <open> on various strategies. This is not performed in
+ // <init> so that the other portions of the ORB have a chance to
+ // "settle" in their initialization since the streategies herein
+ // might need some of that information.
+
// = Server-side factory types.
typedef ACE_Creation_Strategy<TAO_Server_Connection_Handler>
CREATION_STRATEGY;