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

exception CustomException {};

#endif