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
/
Xt_Stopwatch
/
test.idl
blob
108a1974d9f51108be18d988aa3cd8d2256e67ed
1
interface
Stopwatch
2
{
3
void
start
();
4
// Start the Stop watch
5
6
void
stop
();
7
// Stop the watch
8
9
void
shutdown
();
10
// Shutdown the ORB
11
};