#ifdef VHDL /* * $Id: Sort_vhdl_declaration.cpp 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Sort/include/Sort.h" namespace morpheo { namespace behavioural { namespace generic { namespace sort { #undef FUNCTION #define FUNCTION "Sort::vhdl_declaration" void Sort::vhdl_declaration (Vhdl * & vhdl) { log_printf(FUNC,Sort,FUNCTION,"Begin"); log_printf(FUNC,Sort,FUNCTION,"End"); }; }; // end namespace sort }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif