summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-12 18:58:44 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-12 18:58:44 +0000
commit8d40b91422e328d03a0cda9dc91a9cb92458aa52 (patch)
tree468291519f5de84e2d73520262cff279db26aa67 /TAO/tao/ORB.h
parent0d2e3d69b72f8f9dad3402500a1b77d4a579c43a (diff)
downloadATCD-8d40b91422e328d03a0cda9dc91a9cb92458aa52.tar.gz
Tue Jun 12 13:30:02 2001 Frank Hunleth <fhunleth@cs.wustl.edu>, Angelo Corsaro <corsaro@cs.wustl.edu>
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.