Updated license
[anna.git] / include / anna / core / oam / Counter.hpp
index 5df966e..93fd424 100644 (file)
@@ -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
 //
@@ -80,7 +80,7 @@ public:
    * Devuelve el valor acumulado de este contador.
    * \return El valor acumulado de este contador.
    */
-  Unsigned64 getAccumulatedValue() const throw() { return a_accValue; }
+  U64 getAccumulatedValue() const throw() { return a_accValue; }
 
   /**
      Operador de conversion.
@@ -111,7 +111,7 @@ private:
   const int a_id;
   std::string a_name;
   type_t a_value;
-  Unsigned64 a_accValue;
+  U64 a_accValue;
 
   Counter(CounterScope& scope, const int id, const char* name);
   Counter(const Counter&);