#ifdef STATISTICS /* * $Id$ * * [ Description ] * */ #include "Behavioural/Generic/Select/Priority_Fixed/include/Statistics.h" #include using namespace std; namespace morpheo { namespace behavioural { namespace generic { namespace select { namespace priority_fixed { void Statistics::add () { log_printf(FUNC,Priority_Fixed,"add","Begin"); log_printf(FUNC,Priority_Fixed,"add","End"); }; }; // end namespace priority_fixed }; // end namespace select }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif