/***************************************/ /* RoIS_Person_Identification.h */ /***************************************/ #include namespace Person_Identification { class Command : public RoIS_Common::Command{ }; class Query : public RoIS_Common::Query{ }; class Event : public RoIS_Common::Event{ public: void person_identified( DateTime timestamp, RoIS_IdentifierList person_ref, ); }; };