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