summaryrefslogtreecommitdiff
path: root/TAO/tests/RTScheduling/VoidData/test.idl
blob: 34b3f733a73e330f495b7ebd4710d786f77c84f1 (plain)
1
2
3
4
5
6
//$Id$
#include <tao/RTScheduling/RTScheduler_include.pidl>
local interface test
{
   void bar (in CORBA::VoidData data );
};