00001 #include "Configurable.hpp"
00002
00003 using namespace with_configuration;
00004
00005 Configurable::Configurable(std::string const& name)
00006 : ConfigurableBase(name) {}
00007
00008
00009
00010
00011
00012
00013
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026