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

exception CustomException {};

#endif