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 private:
20 };
21 
22 #endif
virtual bool doUpdate(FWJobMetadataUpdateRequest *request)