/****************************************/ /* RoIS_Person_Identification.idl */ /****************************************/ module Person_Identification { interface Command : RoIS_Common::Command{ }; interface Query : RoIS_Common::Query{ }; interface Event : public RoIS_Common::Event{ void person_identified( in DateTime timestamp, in RoIS_IdentifierList person_ref, ); }; };