init.h

Go to the documentation of this file.
00001 
00003 #ifndef INIT_H
00004 #define INIT_H
00005 
00006 #include "linkgraphjob_base.h"
00007 
00012 class InitHandler : public ComponentHandler {
00013 public:
00014 
00019   virtual void Run(LinkGraphJob &job) const { job.Init(); }
00020 
00024   virtual ~InitHandler() {}
00025 };
00026 
00027 #endif /* INIT_H */