#ifndef _TEST_QOS_DEMO_IDL #define _TEST_QOS_DEMO_IDL #include #pragma prefix "alma" // used to test the quality of service functionality module acspyTestQoS { interface EchoTest : ACS::ACSComponent { long echo(in long paramToEcho, in long millisecondsToDelay); }; }; #endif