ShutdownHandler Struct Reference

Inheritance diagram for ShutdownHandler:

Inheritance graph
[legend]
Collaboration diagram for ShutdownHandler:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ShutdownHandler (CORBA::ORB_ptr orb)
virtual int handle_timeout (const ACE_Time_Value &, const void *)

Public Attributes

CORBA::ORB_var orb_

Constructor & Destructor Documentation

ShutdownHandler::ShutdownHandler CORBA::ORB_ptr  orb  )  [inline]
 

Definition at line 90 of file CEC_TypedEventChannel.cpp.

00091       : orb_ (CORBA::ORB::_duplicate (orb)) {}


Member Function Documentation

virtual int ShutdownHandler::handle_timeout const ACE_Time_Value ,
const void * 
[inline, virtual]
 

Reimplemented from ACE_Event_Handler.

Definition at line 94 of file CEC_TypedEventChannel.cpp.

00095     {
00096       orb_->shutdown (1);
00097       return 0;
00098     }


Member Data Documentation

CORBA::ORB_var ShutdownHandler::orb_
 

Definition at line 92 of file CEC_TypedEventChannel.cpp.


The documentation for this struct was generated from the following file:
Generated on Sun Jan 27 15:37:39 2008 for TAO_CosEvent by doxygen 1.3.6