00001 #include <ipc/ipc.idl> 00002 00003 module Archiving { 00004 interface ArchivingService : ipc::freeable { 00005 const string serverName = "ArchivingServer"; 00006 const string interfaceName = "ArchivingInterface"; 00007 string ping(); 00008 }; 00009 00010 };