CMS 3D CMS Logo

FWLiteJobMetadataManager.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWLiteJobMetadataManager
2 #define Fireworks_Core_FWLiteJobMetadataManager
3 
5 
6 namespace fwlite
7 {
8  class Event;
9 }
10 
12 
14 {
15 public:
17  bool doUpdate(FWJobMetadataUpdateRequest *request) override;
18 
19  bool hasModuleLabel(std::string& moduleLabel) override;
20 
21 private:
23 };
24 
25 #endif