summaryrefslogtreecommitdiff
path: root/TAO/tao/server_factory.h
diff options
context:
space:
mode:
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;