/**********************************/ /* RoIS_Face_Detection.idl */ /**********************************/ module Face_Detection { interface Command : RoIS_Common::Command{ }; interface Query : RoIS_Common::Query{ }; interface Event : RoIS_Common::Event{ void face_detected( in DateTime timestamp, in Integer number ); }; };