summaryrefslogtreecommitdiff
path: root/TAO/tao/ORBInitializer_Registry_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORBInitializer_Registry_Adapter.h')
-rw-r--r--TAO/tao/ORBInitializer_Registry_Adapter.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/tao/ORBInitializer_Registry_Adapter.h b/TAO/tao/ORBInitializer_Registry_Adapter.h
index 4b90a6adff5..a450106d554 100644
--- a/TAO/tao/ORBInitializer_Registry_Adapter.h
+++ b/TAO/tao/ORBInitializer_Registry_Adapter.h
@@ -22,9 +22,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "tao/Basic_Types.h"
-#include "tao/SystemException.h"
#include "ace/Service_Object.h"
-#include "ace/CORBA_macros.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -55,8 +53,7 @@ namespace TAO
/// Register an ORBInitializer with the underlying ORBInitializer
/// array.
virtual void register_orb_initializer (
- PortableInterceptor::ORBInitializer_ptr init
- ) = 0;
+ PortableInterceptor::ORBInitializer_ptr init) = 0;
/**
* Begin initialization of all registered ORBInitializers before
@@ -70,8 +67,7 @@ namespace TAO
TAO_ORB_Core *orb_core,
int argc,
char *argv[],
- PortableInterceptor::SlotId &slotid
- ) = 0;
+ PortableInterceptor::SlotId &slotid) = 0;
/**
* Complete initialization of all registered ORBInitializers after
@@ -92,8 +88,7 @@ namespace TAO
TAO_ORB_Core *orb_core,
int argc,
char *argv[],
- PortableInterceptor::SlotId slotid
- ) = 0;
+ PortableInterceptor::SlotId slotid) = 0;
};
}