summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestInf/CustomException.idl
blob: e5ad609a19e6436a33bdc198fcd48efaa67b2f19 (plain)
1
2
3
4
5
6
#ifndef CUSTOMEXCEPTION_IDL
#define CUSTOMEXCEPTION_IDL

exception CustomException {};

#endif