summaryrefslogtreecommitdiff
path: root/TAO/tao/RT_ORB_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RT_ORB_Loader.h')
-rw-r--r--TAO/tao/RT_ORB_Loader.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/tao/RT_ORB_Loader.h b/TAO/tao/RT_ORB_Loader.h
index 11ddec36466..e3b9d2e3c74 100644
--- a/TAO/tao/RT_ORB_Loader.h
+++ b/TAO/tao/RT_ORB_Loader.h
@@ -37,14 +37,10 @@ public:
int argc,
char *argv [],
CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
-protected:
-
- /// Setup additional RTCORBA related objects.
- void set_objects (TAO_ORB_Core *orb_core,
- CORBA::Environment &);
+ ACE_THROW_SPEC (());
+ /// Sets RT_Current and Priority_Mapping_Manager
+ void set_objects (TAO_ORB_Core *orb_core);
};
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_RT_ORB_Loader)