#ifndef _NS_STATISTICS_COMPONENT_IDL_ #define _NS_STATISTICS_COMPONENT_IDL_ #include #pragma prefix "alma" module statistics { interface NotifyServiceStatisticsComponent: ACS::ACSComponent { void start(); void stop(); }; }; #endif