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 066ea9db029..0c0366957d0 100644
--- a/TAO/tao/Server_Strategy_Factory.h
+++ b/TAO/tao/Server_Strategy_Factory.h
@@ -119,6 +119,9 @@ public:
virtual int server_connection_thread_flags (void);
virtual int server_connection_thread_count (void);
+ /// Creates and returns a lock for the event loop.
+ virtual ACE_Lock *create_event_loop_lock (void);
+
/// Return the active object map creation parameters.
virtual const Active_Object_Map_Creation_Parameters &active_object_map_creation_parameters (void) const;