#ifdef STATISTICS /* * $Id$ * * [ Description ] * */ #include "Behavioural/@DIRECTORY/include/Statistics.h" #include using namespace std; namespace morpheo { namespace behavioural { @NAMESPACE_BEGIN void Statistics::add () { log_printf(FUNC,@COMPONENT,"add","Begin"); log_printf(FUNC,@COMPONENT,"add","End"); }; @NAMESPACE_END }; // end namespace behavioural }; // end namespace morpheo #endif