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
/
FooException.idl
blob
330914baa7277b47b057707d76bce0f5330d2cbc
1
#ifndef FOOEXCEPTION_IDL
2
#define FOOEXCEPTION_IDL
3
4
exception FooException
{};
5
6
#endif