X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcore%2Foam%2FModule.cpp;h=9da1d0e288d5d2d5bad7a099dcd7a78d4122c61c;hb=b8c96c2917b9d29976a8771659d70bfb0881c133;hp=99b47c9ee97dba963c6b8530c03d4531fbad6ad0;hpb=884501d2411bc4fdfafae65948262c959e068d7d;p=anna.git diff --git a/source/core/oam/Module.cpp b/source/core/oam/Module.cpp index 99b47c9..9da1d0e 100644 --- a/source/core/oam/Module.cpp +++ b/source/core/oam/Module.cpp @@ -1,4 +1,4 @@ -// ANNA - Anna is Not 'N' Anymore +// ANNA - Anna is Not Nothingness Anymore // // (c) Copyright 2005-2014 Eduardo Ramos Testillano & Francisco Ruiz Rayo // @@ -527,7 +527,7 @@ void anna::oam::Module::recordCounters() throw(anna::RuntimeException) { LOGMETHOD(anna::TraceMethod tttm("anna::oam::Module", "recordCounters", ANNA_FILE_LOCATION)); if(a_counterRecorder == NULL) - throw RuntimeException("anna::oam::CounterManager has no counter recorder associated", ANNA_FILE_LOCATION); + throw RuntimeException("anna::oam::Module has no counter recorder associated", ANNA_FILE_LOCATION); LOGDEBUG( std::string msg("Recording counters | "); @@ -545,9 +545,7 @@ void anna::oam::Module::recordCounters() throw(anna::RuntimeException) { cscope = scope(scope_it); if(cscope == NULL) continue; - //CounterScope& counterScope(*scope); - //Guard csGuard(counterScope, "oam::CounterScope from oam::CounterManager::record"); - Guard csGuard(cscope, "oam::CounterScope from oam::CounterManager::record"); + Guard csGuard(cscope, "oam::CounterScope from oam::Module::record"); for(register int icounter = 0; icounter < CounterScope::MaxCounter; icounter ++) { Counter* counter = cscope->a_counters [icounter];