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 #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
tests
/
CSD_Strategy_Tests
/
TP_Common
/
CustomException.idl
blob
e5ad609a19e6436a33bdc198fcd48efaa67b2f19
1
#ifndef CUSTOMEXCEPTION_IDL
2
#define CUSTOMEXCEPTION_IDL
3
4
exception CustomException
{};
5
6
#endif