00001 #ifndef _TEST_QOS_DEMO_IDL 00002 #define _TEST_QOS_DEMO_IDL 00003 00004 #include <acscomponent.idl> 00005 00006 #pragma prefix "alma" 00007 00008 // used to test the quality of service functionality 00009 module acspyTestQoS 00010 { 00011 interface EchoTest : ACS::ACSComponent 00012 { 00013 long echo(in long paramToEcho, in long millisecondsToDelay); 00014 }; 00015 }; 00016 00017 #endif