/* * $Id: Configuration_getName.cpp 88 2008-12-10 18:31:39Z rosiere $ * * [ Description ] * */ #include "Behavioural/Configuration/include/Configuration.h" namespace morpheo { namespace behavioural { namespace configuration { #undef FUNCTION #define FUNCTION "Configuration::toFile" std::string Configuration::getName (void) { return _name; }; }; // end namespace configuration }; // end namespace behavioural }; // end namespace morpheo