summaryrefslogtreecommitdiff
path: root/tao/Resource_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Resource_Factory.cpp')
-rw-r--r--tao/Resource_Factory.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/tao/Resource_Factory.cpp b/tao/Resource_Factory.cpp
index 103b78825af..6b050ea23c3 100644
--- a/tao/Resource_Factory.cpp
+++ b/tao/Resource_Factory.cpp
@@ -3,11 +3,8 @@
#include "tao/Resource_Factory.h"
#include "tao/Protocol_Factory.h"
#include "tao/orbconf.h"
-
#include "ace/ACE.h"
-// ****************************************************************
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_Protocol_Item::TAO_Protocol_Item (const ACE_CString &name)
@@ -199,25 +196,6 @@ TAO_Resource_Factory::locked_transport_cache (void)
return 0;
}
-ACE_Lock *
-TAO_Resource_Factory::create_object_key_table_lock (void)
-{
- return 0;
-}
-
-ACE_Lock *
-TAO_Resource_Factory::create_corba_object_lock (void)
-{
- return 0;
-}
-
-TAO_Configurable_Refcount
-TAO_Resource_Factory::create_corba_object_refcount (void)
-{
- return TAO_Configurable_Refcount (
- TAO_Configurable_Refcount::TAO_NULL_LOCK);
-}
-
int
TAO_Resource_Factory::load_default_protocols (void)
{