summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-08 14:57:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-08 14:57:09 +0000
commitea92330c29cd77e2bd43cfbb60e3f60179717898 (patch)
treedf26775a6e24dec9282c1e3f9bb5335cea94c796 /TAO/tao/ORB.cpp
parentaa25ebaeb463273c7ba2c469c98530a9439a2549 (diff)
downloadATCD-ea92330c29cd77e2bd43cfbb60e3f60179717898.tar.gz
Wed Aug 8 14:56:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 37e7293921d..637019026dc 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -869,12 +869,6 @@ CORBA::ORB::resolve_service (TAO::MCAST_SERVICEID mcast_service_id)
}
CORBA::Object_ptr
-CORBA::ORB::resolve_initial_references (const char *name)
-{
- return this->resolve_initial_references (name, 0);
-}
-
-CORBA::Object_ptr
CORBA::ORB::resolve_initial_references (const char *name,
ACE_Time_Value *timeout)
{
@@ -1627,20 +1621,6 @@ CORBA::ORB::url_ior_string_to_object (const char* str)
return obj;
}
-// ****************************************************************
-
-ACE_Time_Value *
-CORBA::ORB::get_timeout (void)
-{
- return this->timeout_;
-}
-
-void
-CORBA::ORB::set_timeout (ACE_Time_Value *timeout)
-{
- this->timeout_ = timeout;
-}
-
// *************************************************************
// Valuetype factory operations
// *************************************************************