summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/ORBInitializer_Registry_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/ORBInitializer_Registry_Impl.h')
-rw-r--r--TAO/tao/PI/ORBInitializer_Registry_Impl.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tao/PI/ORBInitializer_Registry_Impl.h b/TAO/tao/PI/ORBInitializer_Registry_Impl.h
index 42209ab9be2..abca05f343e 100644
--- a/TAO/tao/PI/ORBInitializer_Registry_Impl.h
+++ b/TAO/tao/PI/ORBInitializer_Registry_Impl.h
@@ -64,27 +64,22 @@ namespace TAO
/// Register an ORBInitializer with the underlying ORBInitializer
/// array.
virtual void register_orb_initializer (
- PortableInterceptor::ORBInitializer_ptr init
- );
+ PortableInterceptor::ORBInitializer_ptr init);
/// Begin initialization of all registered ORBInitializers before
/// the ORB itself is initialized.
- virtual size_t pre_init (
- TAO_ORB_Core *orb_core,
+ virtual size_t pre_init (TAO_ORB_Core *orb_core,
int argc,
char *argv[],
- PortableInterceptor::SlotId &slotid
- );
+ PortableInterceptor::SlotId &slotid);
/// Complete initialization of all registered ORBInitializers after
/// the ORB has been initialized.
- virtual void post_init (
- size_t pre_init_count,
+ virtual void post_init (size_t pre_init_count,
TAO_ORB_Core *orb_core,
int argc,
char *argv[],
- PortableInterceptor::SlotId slotid
- );
+ PortableInterceptor::SlotId slotid);
private:
// Prevent copying