Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / OBV / Simple / OBV.idl
blob5436de284bd08be4fba98746c5fc4f5f399bbff7
1 valuetype Event
3 void do_print ();
4 public long value_;
5 };
7 interface Checkpoint
9 void put_event (in Event e);
10 // This operation will shutdown the server.
11 oneway void shutdown ();