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