summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Demux/demux_test.idl
blob: 00cf3acd60d079b6a7e3220ca2784764448659da (plain)
1
2
3
4
5
6
7
// Interface for TAO's Demux_Test

interface Demux_Test
{
   void M302 ();
   oneway void shutdown ();
};