Remove core-comm dependency through CounterManager/timex in core/oam subsystem. Basic...
[anna.git] / source / core / util / Variable.cpp
index f8da926..f55ffb5 100644 (file)
@@ -93,7 +93,7 @@ throw(RuntimeException) {
   *a_value.a_integer = value;
 }
 
-void Variable::setValue(const Integer64 value)
+void Variable::setValue(const S64 value)
 throw(RuntimeException) {
   verifyMatchType(Type::Integer64, ANNA_FILE_LOCATION);
   a_isNull = false;
@@ -162,7 +162,7 @@ throw(RuntimeException) {
   return *a_value.a_integer;
 }
 
-Integer64 Variable::getInteger64Value() const
+S64 Variable::getInteger64Value() const
 throw(RuntimeException) {
   int result(0);
   verifyIsNotNull(ANNA_FILE_LOCATION);