1 #include "tao/PortableInterceptorC.h"
2 #include "tao/LocalObject.h"
3 #include "tao/IORInterceptor/IORInterceptor.h"
5 class ServerIORInterceptor
:
6 public virtual PortableInterceptor::IORInterceptor_3_0
,
7 public virtual ::CORBA::LocalObject
10 virtual char * name ();
12 virtual void destroy ();
14 virtual void establish_components (PortableInterceptor::IORInfo_ptr info
);
16 virtual void components_established (PortableInterceptor::IORInfo_ptr info
);
18 virtual void adapter_manager_state_changed (
20 PortableInterceptor::AdapterState state
);
22 virtual void adapter_state_changed (
23 const PortableInterceptor::ObjectReferenceTemplateSeq
& templates
,
24 PortableInterceptor::AdapterState state
);