1 //---------------------------------------------------------------------------
4 //---------------------------------------------------------------------------
6 //---------------------------------------------------------------------------
7 class TReceiverImplementation
: public POA_Receiver
11 TReceiverImplementation (;
14 ~TReceiverImplementation ();
16 virtual void message (const char* msg
);
18 /// Called when the chat server is going away. The client
19 /// implementation should shutdown the chat client in response to
21 virtual void shutdown ();
23 /// Set the ORB pointer.
24 void orb (CORBA::ORB_ptr o
);
30 //---------------------------------------------------------------------------