summaryrefslogtreecommitdiff
path: root/TAO/tao/Resource_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Resource_Factory.h')
-rw-r--r--TAO/tao/Resource_Factory.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tao/Resource_Factory.h b/TAO/tao/Resource_Factory.h
index d77c18d1241..19f8d28b24f 100644
--- a/TAO/tao/Resource_Factory.h
+++ b/TAO/tao/Resource_Factory.h
@@ -24,7 +24,6 @@
#include /**/ "tao/Versioned_Namespace.h"
#include "tao/Basic_Types.h"
-#include "tao/Configurable_Refcount.h"
#include "ace/Service_Object.h"
#include "ace/Unbounded_Set.h"
@@ -226,15 +225,6 @@ public:
/// transport cache needs to be locked else return 0
virtual int locked_transport_cache (void);
- /// Creates a lock needed for the table that stores the object keys.
- virtual ACE_Lock *create_object_key_table_lock (void);
-
- /// Creates the lock for the CORBA Object
- virtual ACE_Lock *create_corba_object_lock (void);
-
- /// Creates the configurable refcount for the CORBA Object
- virtual TAO_Configurable_Refcount create_corba_object_refcount (void);
-
/// Creates the flushing strategy. The new instance is owned by the
/// caller.
virtual TAO_Flushing_Strategy *create_flushing_strategy (void) = 0;