summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3790_Regression/simple_test.idl
blob: 308e94204368a5e86dd54af37c4c279dd0baf5fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#ifndef _SIMPLE_TEST_
#define _SIMPLE_TEST_

module simple {
    interface SimpleTest_T
    {
        void shutdown();
    };
};

#endif