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
/
CSD_Strategy_Tests
/
TP_Common
/
CancelledException.idl
blob
379a8ce41d876f74f9f81aedb7c2520122c06b21
1
#ifndef CANCELAPPXCEPTION_IDL
2
#define CANCELAPPXCEPTION_IDL
3
4
exception CancelledException
{};
5
6
#endif