Go to the documentation of this file.00001 #ifndef WITH_CONFIGURATION_CONFIGURABLE_TASK_HPP
00002 #define WITH_CONFIGURATION_CONFIGURABLE_TASK_HPP
00003
00004 #include "with_configuration/ConfigurableBase.hpp"
00005
00006 namespace with_configuration {
00007 class Configurable : public ConfigurableBase
00008 {
00009 friend class ConfigurableBase;
00010 protected:
00011
00012
00013
00014 public:
00015 Configurable(std::string const& name = "with_configuration::Configurable");
00016
00030
00031
00037
00038
00055
00056
00057
00064
00065
00069
00070
00075
00076
00077
00078
00079 };
00080 }
00081
00082 #endif
00083