/* * $Id$ * * [ Description ] * */ #include "Behavioural/include/XML.h" #include using namespace std; namespace morpheo { namespace behavioural { #undef FUNCTION #define FUNCTION "XML::filename_extension" void XML::filename_extension (string extension) { log_printf(FUNC,Behavioural,FUNCTION,"Begin"); _filename_extension = extension; log_printf(FUNC,Behavioural,FUNCTION,"End"); }; }; // end namespace behavioural }; // end namespace morpheo