Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / DSI_AMH / Test.idl
blob41fba763de24e9eabf2c4d506912feab401f42e4
2 /// A simple module to avoid namespace pollution
3 module Test
5 typedef unsigned long long Timestamp;
7 interface Roundtrip
9 /// The operation simply returns its argument.
10 Timestamp test_method (in Timestamp send_time);
12 /// Shutdown the ORB
13 oneway void shutdown ();