#ifdef STATISTICS /* * $Id: Select_Priority_Fixed_statistics_declaration.cpp 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h" namespace morpheo { namespace behavioural { namespace generic { namespace select { namespace select_priority_fixed { #undef FUNCTION #define FUNCTION "Select_Priority_Fixed::statistics_declaration" void Select_Priority_Fixed::statistics_declaration (morpheo::behavioural::Parameters_Statistics * param_statistics) { log_printf(FUNC,Select_Priority_Fixed,FUNCTION,"Begin"); _stat = new Stat (static_cast(_name), "Select_Priority_Fixed", param_statistics); log_printf(FUNC,Select_Priority_Fixed,FUNCTION,"End"); }; }; // end namespace select_priority_fixed }; // end namespace select }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif