#ifdef STATISTICS /* * $Id$ * * [ Description ] * */ #include "Behavioural/@DIRECTORY/include/@COMPONENT.h" namespace morpheo { namespace behavioural { @NAMESPACE_BEGIN #undef FUNCTION #define FUNCTION "@COMPONENT::statistics_deallocation" void @COMPONENT::statistics_deallocation (void) { log_printf(FUNC,@COMPONENT,FUNCTION,"Begin"); log_printf(INFO,@COMPONENT,FUNCTION,"Generate Statistics file"); delete _stat; log_printf(FUNC,@COMPONENT,FUNCTION,"End"); }; @NAMESPACE_END }; // end namespace behavioural }; // end namespace morpheo #endif