repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2319_Regression
/
Test.idl
blob
9a463c7206095a863f697d68c65348efaa6e1266
1
2
/// A simple module to avoid namespace pollution
3
module
Test
4
{
5
6
/// Use a timestamp to measure the roundtrip delay
7
typedef
unsigned long long
Timestamp
;
8
9
/// Measure roundtrip Delay
10
interface
Roundtrip
11
{
12
oneway
void
test_method
(
in
Timestamp send_time
);
13
};
14
};