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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tao/Server_Strategy_Factory.h b/TAO/tao/Server_Strategy_Factory.h
index ec21a847d35..2e6b1a44bcf 100644
--- a/TAO/tao/Server_Strategy_Factory.h
+++ b/TAO/tao/Server_Strategy_Factory.h
@@ -18,11 +18,6 @@
#define TAO_SERVER_STRATEGY_FACTORY_H
#include "tao/corbafwd.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
#include "ace/Service_Object.h"
class TAO_Active_Object_Map_Impl;
@@ -110,6 +105,9 @@ public:
virtual ACE_Lock *create_event_loop_lock (void);
// Creates and returns a lock for the event loop.
+ virtual ACE_Lock *create_cached_connector_lock (void);
+ // Create the lock to be used by the cached connector.
+
virtual const Active_Object_Map_Creation_Parameters &active_object_map_creation_parameters (void) const;
// Return the active object map creation parameters.