summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_4080_Regression/test.idl
blob: 5dcd0d2504110bd63599a1a7f58d0b1bd4dc62e4 (plain)
1
2
3
4
5
6
7
// $Id$

module Test {
    interface UIPMC_Object {
        oneway void process ();
    };
};