summaryrefslogtreecommitdiff
path: root/TAO/tao/Server_Strategy_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Server_Strategy_Factory.h')
-rw-r--r--TAO/tao/Server_Strategy_Factory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Server_Strategy_Factory.h b/TAO/tao/Server_Strategy_Factory.h
index 4da0546c5b3..2e5f1835714 100644
--- a/TAO/tao/Server_Strategy_Factory.h
+++ b/TAO/tao/Server_Strategy_Factory.h
@@ -73,6 +73,9 @@ public:
virtual ACE_Lock *create_servant_lock (void);
// Return a new lock for use in locking the servant.
+
+ virtual ACE_Lock *create_event_loop_lock (void);
+ // Return a new lock for use in the ORB event loop.
};
#endif /* TAO_SERVER_STRATEGY_FACTORY_H */