Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / RTScheduling / VoidData / test.idl
blob498fc227d9929d09bb9aa2360745bbbbd84b8822
1 #include "tao/RTScheduling/RTScheduler_include.pidl"
2 local interface test
4 void bar (in CORBA::VoidData data);
5 };