00001 00003 #ifndef INIT_H 00004 #define INIT_H 00005 00006 #include "linkgraph.h" 00007 00012 class InitHandler : public ComponentHandler { 00013 public: 00014 00015 virtual void Run(LinkGraphJob *job); 00016 00020 virtual ~InitHandler() {} 00021 }; 00022 00023 #endif /* INIT_H */