1 #ifndef CLIENTINITIALIZER_H
2 #define CLIENTINITIALIZER_H
4 #include "tao/PortableInterceptorC.h"
5 #include "tao/LocalObject.h"
7 #include "tao/PI/PICurrentC.h"
9 class ClientInitializer
:
10 public virtual PortableInterceptor::ORBInitializer
,
11 public virtual ::CORBA::LocalObject
15 virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info
);
16 virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info
);
17 void set_slot_data ();
20 PortableInterceptor::SlotId slot_
;
21 PortableInterceptor::Current_var current_
;