Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2935_Regression / ThreeTier.idl
blobf7d2c19f453688007c66a1321bc716c184b47fd7
1 /* -*- C++ -*- */
2 interface ThreeTier
4 /// record the occurrence of a tick
5 oneway void tick ();
7 /// record the occurrence of a tock
8 void tock ();
10 /// report the number of ticks
11 unsigned long tickCount();
13 /// report the number of tocks
14 unsigned long tockCount();
16 /// Shutdown the application.
17 oneway void shutdown ();