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  class Event;
8 }
9 
11 
13 public:
15  bool doUpdate(FWJobMetadataUpdateRequest *request) override;
16 
17  bool hasModuleLabel(std::string &moduleLabel) override;
18 
19 private:
21 };
22 
23 #endif