#ifdef STATISTICS /* * $Id: Sort_statistics_deallocation.cpp 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Sort/include/Sort.h" namespace morpheo { namespace behavioural { namespace generic { namespace sort { #undef FUNCTION #define FUNCTION "Sort::statistics_deallocation" void Sort::statistics_deallocation (void) { log_printf(FUNC,Sort,FUNCTION,"Begin"); log_printf(INFO,Sort,FUNCTION,"Generate Statistics file"); delete _stat; log_printf(FUNC,Sort,FUNCTION,"End"); }; }; // end namespace sort }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif