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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
DSI_AMH
/
Test.idl
blob
41fba763de24e9eabf2c4d506912feab401f42e4
1
2
/// A simple module to avoid namespace pollution
3
module
Test
4
{
5
typedef
unsigned long long
Timestamp
;
6
7
interface
Roundtrip
8
{
9
/// The operation simply returns its argument.
10
Timestamp test_method
(
in
Timestamp send_time
);
11
12
/// Shutdown the ORB
13
oneway
void
shutdown
();
14
};
15
};