/* */ #ifndef _D_OPTION_HANDLER_FACTORY_H_ #define _D_OPTION_HANDLER_FACTORY_H_ #include "common.h" #include "OptionHandler.h" class OptionHandlerFactory { public: static OptionHandlers createOptionHandlers(); }; #endif // _D_OPTION_HANDLER_FACTORY_H_