Remove core-comm dependency through CounterManager/timex in core/oam subsystem. Basic...
[anna.git] / include / anna / core / util / TextVariable.hpp
index bf7336b..b6017e4 100644 (file)
@@ -73,7 +73,7 @@ public:
    * AsignaciĆ³n a entero de 64 bits.
    * \param value Valor a asignar a esta variable.
    */
-  TextVariable& operator= (const Integer64 value) throw(RuntimeException) { setValue(value); return *this; }
+  TextVariable& operator= (const S64 value) throw(RuntimeException) { setValue(value); return *this; }
 
   /**
    * AsignaciĆ³n a flotante.