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

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