Fork.hpp

Go to the documentation of this file.
00001 #ifndef CAFE_FORK_HPP__
00002 #define CAFE_FORK_HPP__
00003 
00004 #include "cafe/Controller.hpp"
00005 #include <vector>
00006 #include <string>
00007 
00008 namespace cafe {
00009 
00019     class Fork : public Controller {
00020     public:
00021         Fork(const char *name);
00022     public:
00023 
00024         // Execute each sub Processor, always return true
00025         virtual bool processEvent(Event& event);
00026 
00027     public:
00028         ClassDef(Fork, 0);
00029 
00030     };
00031 
00032 }
00033 
00034 #endif // CAFE_FORK_HPP__

Generated on Thu Apr 3 04:14:23 2008 for CAF by doxygen 1.3.4