CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual bool doUpdate(FWJobMetadataUpdateRequest *request);
18 
19  virtual bool hasModuleLabel(std::string& moduleLabel);
20 
21 private:
23 };
24 
25 #endif
virtual bool hasModuleLabel(std::string &moduleLabel)
virtual bool doUpdate(FWJobMetadataUpdateRequest *request)