/* * $Id: XML_filename_extension.cpp 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * */ #include "Behavioural/include/XML.h" #include namespace morpheo { namespace behavioural { #undef FUNCTION #define FUNCTION "XML::filename_extension" void XML::filename_extension (std::string extension) { log_printf(FUNC,Behavioural,FUNCTION,"Begin"); _filename_extension = extension; log_printf(FUNC,Behavioural,FUNCTION,"End"); }; }; // end namespace behavioural }; // end namespace morpheo