Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / CSD_Strategy_Tests / TP_Common / CustomException.idl
blobe5ad609a19e6436a33bdc198fcd48efaa67b2f19
1 #ifndef CUSTOMEXCEPTION_IDL
2 #define CUSTOMEXCEPTION_IDL
4 exception CustomException {};
6 #endif