#ifdef VHDL /* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Vhdl.h" namespace morpheo { namespace behavioural { Vhdl::Vhdl (string name): _name (name) { }; Vhdl::~Vhdl () { }; }; // end namespace behavioural }; // end namespace morpheo #endif