Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2319_Regression / 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);