00001 #include "ipc/ipc.idl" 00002 module SctServiceI{ 00007 interface SctServiceInterface : ipc::freeable { 00011 string status(); 00015 short busy(); 00019 short queueLength(); 00020 }; 00021 }; 00022