summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index bb71b7d2c23..44ab97aa7c0 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -395,7 +395,7 @@ public:
/// but will look for work to pending for more than the specified time.
/// This is useful for implementing an event loop with an idle timeout.
CORBA::Boolean work_pending (ACE_Time_Value &tv,
- CORBA_Environment &ACE_TRY_ENV =
+ CORBA_Environment &ACE_TRY_ENV =
TAO_default_environment ());
/**
@@ -539,12 +539,6 @@ protected:
/// Resolve the Policy Current for this thread.
CORBA_Object_ptr resolve_policy_current (CORBA::Environment&);
- /// Resolve the RTORB.
- CORBA_Object_ptr resolve_rt_orb (CORBA_Environment &ACE_TRY_ENV);
-
- /// Resolve the RT Current.
- CORBA_Object_ptr resolve_rt_current (CORBA_Environment &ACE_TRY_ENV);
-
private:
/// Resolve the given service based on the service ID.