#ifdef VHDL /* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Vhdl.h" #include using namespace std; namespace morpheo { namespace behavioural { void Vhdl::set_body (string text ) { set_list(_list_body, text); }; }; // end namespace behavioural }; // end namespace morpheo #endif