3 //=============================================================================
7 * This class implements the Event_Types IDL interface.
9 * @author Torsten Kuepper derived from the Echo example TAO/example/Simple/echo of Kirthika Parameswaran <kirthika@cs.wustl.edu>
11 //=============================================================================
19 class Checkpoint_i
: public POA_Checkpoint
28 virtual void put_event (Event
* e
);
30 virtual void shutdown ();
32 /// Set the ORB pointer.
33 void orb (CORBA::ORB_ptr o
);