Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / DevGuideExamples / PortableInterceptors / IOR / ServerIORInterceptor.h
blobff0110b1dd121cbd911cb7fff7b5682195771d8d
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
9 public:
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 (
19 const char* id,
20 PortableInterceptor::AdapterState state);
22 virtual void adapter_state_changed (
23 const PortableInterceptor::ObjectReferenceTemplateSeq& templates,
24 PortableInterceptor::AdapterState state);