summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Bug_2925_Regression/Hello.idl
blob: 30465b13f50b2f5ea64e4a2772e200ed37e7bcb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

module Test {

    interface Hello {
        oneway void say_hello(in short count);

        oneway void shutdown();
    };

};