Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / interop-tests / CdrOutArg / orbix / Server_ORBInitializer.h
blob219ebf257ebcc6871e60cf077af8c77fbc8b172d
1 // -*- C++ -*-
3 #ifndef TAO_SERVER_ORB_INITIALIZER_H
4 #define TAO_SERVER_ORB_INITIALIZER_H
6 #include <omg/PortableInterceptor.hh>
7 #include <orbix/corba.hh>
9 /// Server ORB initializer.
10 class Server_ORBInitializer :
11 public virtual PortableInterceptor::ORBInitializer,
12 public virtual ::CORBA::LocalObject
14 public:
15 /// Constructor
16 Server_ORBInitializer ();
18 virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info);
20 virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info);
23 #endif /* TAO_SERVER_ORB_INITIALIZER_H */