/* * $Id: Parameters_msg_error.cpp 82 2008-05-01 16:48:45Z rosiere $ * * [ Description ] * */ #include "Behavioural/include/Types.h" #include "Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/include/Parameters.h" #include namespace morpheo { namespace behavioural { namespace core { namespace multi_ooo_engine { namespace ooo_engine { namespace rename_unit { namespace register_translation_unit { #undef FUNCTION #define FUNCTION "Register_translation_unit::msg_error" Parameters_test Parameters::msg_error(void) { log_printf(FUNC,Register_translation_unit,FUNCTION,"Begin"); Parameters_test test("Register_translation_unit"); return test; log_printf(FUNC,Register_translation_unit,FUNCTION,"End"); }; }; // end namespace register_translation_unit }; // end namespace rename_unit }; // end namespace ooo_engine }; // end namespace multi_ooo_engine }; // end namespace core }; // end namespace behavioural }; // end namespace morpheo