summaryrefslogtreecommitdiff
path: root/TAO/tao/Server_Strategy_Factory.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-15 16:17:08 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-15 16:17:08 +0000
commit4677e3d06dbdab005aa979027d956c53307fe9f2 (patch)
tree37eedbadb7d61e1820a7a8d6c86333f9e5d6ad64 /TAO/tao/Server_Strategy_Factory.h
parentb3ace1b5d429741ae8ff226ba23aa1989ba9e377 (diff)
downloadATCD-4677e3d06dbdab005aa979027d956c53307fe9f2.tar.gz
ChangeLogTag:Thu Apr 15 10:44:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Server_Strategy_Factory.h')
-rw-r--r--TAO/tao/Server_Strategy_Factory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Server_Strategy_Factory.h b/TAO/tao/Server_Strategy_Factory.h
index 8d96cf643c6..97ddd096f38 100644
--- a/TAO/tao/Server_Strategy_Factory.h
+++ b/TAO/tao/Server_Strategy_Factory.h
@@ -24,6 +24,7 @@
class TAO_Active_Object_Map_Impl;
class TAO_Reverse_Active_Object_Map_Impl;
+class TAO_ORB_Core;
class TAO_Server_Strategy_Factory : public ACE_Service_Object
{
@@ -79,7 +80,7 @@ public:
virtual ~TAO_Server_Strategy_Factory(void);
// Destructor.
- virtual int open (void);
+ virtual int open (TAO_ORB_Core* orb_core);
// 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