Fixed Failed-AVP bug (feature). Now wrong avps inside grouped are correctly tracked
[anna.git] / include / anna / core / core.hpp
index 6e76863..4014843 100644 (file)
@@ -1,8 +1,8 @@
-// ANNA - Anna is Not 'N' Anymore
+// ANNA - Anna is Not Nothingness Anymore
 //
 // (c) Copyright 2005-2014 Eduardo Ramos Testillano & Francisco Ruiz Rayo
 //
-// https://bitbucket.org/testillano/anna
+// http://redmine.teslayout.com/projects/anna-suite
 //
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions
@@ -14,7 +14,7 @@
 // copyright notice, this list of conditions and the following disclaimer
 // in the documentation and/or other materials provided with the
 // distribution.
-//     * Neither the name of Google Inc. nor the names of its
+//     *  Neither the name of the copyright holder nor the names of its
 // contributors may be used to endorse or promote products derived from
 // this software without specific prior written permission.
 //
 #define anna_core_core_hpp
 
 /**
-Proporciona las clases y patrones de desarrollo básico, que podrían ser utilizados por cualquier
-aplicación y/o plataforma.
+Proporciona las clases y patrones de desarrollo b�sico, que podr�an ser utilizados por cualquier
+aplicacin y/o plataforma.
 
-El ejecutable deberá enlazarse con la librería: libanna.core.a
+El ejecutable deber� enlazarse con la librer�a: libanna.core.a
 
 El <b>Packet Header</b> es anna.h
 
@@ -54,7 +54,7 @@ namespace anna {}
 #include <anna/core/Allocator.hpp>
 #include <anna/core/AutoPointer.hpp>
 #include <anna/core/Cloneable.hpp>
-#include <anna/core/Configuration.hpp>
+#include <anna/core/util/Configuration.hpp>
 #include <anna/core/define.autoenum.hpp>
 #include <anna/core/Exception.hpp>
 #include <anna/core/functions.hpp>
@@ -79,10 +79,8 @@ namespace anna {}
 #include <anna/core/oam/Handler.hpp>
 #include <anna/core/oam/Module.hpp>
 #include <anna/core/oam/Counter.hpp>
-#include <anna/core/oam/CounterManager.hpp>
 #include <anna/core/oam/CounterRecorder.hpp>
 #include <anna/core/oam/CounterScope.hpp>
-#include <anna/core/oam/CounterSummarizer.hpp>
 #include <anna/core/tracing/Configuration.hpp>
 #include <anna/core/tracing/Logger.hpp>
 #include <anna/core/tracing/TraceFunction.hpp>