/* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Interfaces.h" namespace morpheo { namespace behavioural { ostream& operator<< (ostream& output_stream , morpheo::behavioural::Interfaces & x) { output_stream << x.get_interface () << endl; return output_stream; }; }; // end namespace behavioural }; // end namespace morpheo