Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / AMH_Oneway / Test.idl
blob9a463c7206095a863f697d68c65348efaa6e1266
2 /// A simple module to avoid namespace pollution
3 module Test
6 /// Use a timestamp to measure the roundtrip delay
7 typedef unsigned long long Timestamp;
9 /// Measure roundtrip Delay
10 interface Roundtrip
12 oneway void test_method (in Timestamp send_time);