Public Member Functions | |
ShutdownHandler (CORBA::ORB_ptr orb) | |
virtual int | handle_timeout (const ACE_Time_Value &, const void *) |
Public Attributes | |
CORBA::ORB_var | orb_ |
|
Definition at line 90 of file CEC_TypedEventChannel.cpp.
00091 : orb_ (CORBA::ORB::_duplicate (orb)) {} |
|
Reimplemented from ACE_Event_Handler. Definition at line 94 of file CEC_TypedEventChannel.cpp.
00095 { 00096 orb_->shutdown (1); 00097 return 0; 00098 } |
|
Definition at line 92 of file CEC_TypedEventChannel.cpp. |