#ifdef STATISTICS /* * $Id: Divider_statistics_deallocation.cpp 112 2009-03-18 22:36:26Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Divider/include/Divider.h" namespace morpheo { namespace behavioural { namespace generic { namespace divider { #undef FUNCTION #define FUNCTION "Divider::statistics_deallocation" void Divider::statistics_deallocation (void) { log_begin(Divider,FUNCTION); log_printf(INFO,Divider,FUNCTION,_("<%s> : Generate Statistics file"),_name.c_str()); delete _stat; log_end(Divider,FUNCTION); }; }; // end namespace divider }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif