|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
00001 #ifndef ATLASAUDITOR_NAMEAUDITOR_H 00002 #define ATLASAUDITOR_NAMEAUDITOR_H 00003 00004 #include "CommonAuditor.h" 00005 00011 class NameAuditor:public CommonAuditor { 00012 public: 00013 NameAuditor(const std::string& name, ISvcLocator* pSvcLocator); 00014 00015 private: 00017 virtual void i_before(CustomEventTypeRef evt, const std::string& caller); 00019 virtual void i_after(CustomEventTypeRef evt, const std::string& caller, const StatusCode& sc); 00020 00021 }; 00022 00023 #endif