summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Connection_Purging/test.idl
blob: c5d7b77a2e14e91a1316fda5000f3bcb51fdbd1a (plain)
1
2
3
4
5
6
7
8
// $Id$

interface test
{
    void send_stuff(in string foo);

//    oneway void shutdown ();
};