X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcore%2Futil%2FVariable.cpp;h=f55ffb5241c5a46666b50f35106b76f7173025b2;hb=884501d2411bc4fdfafae65948262c959e068d7d;hp=f8da926d390436d401e9db354f9acf6492d54314;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/source/core/util/Variable.cpp b/source/core/util/Variable.cpp index f8da926..f55ffb5 100644 --- a/source/core/util/Variable.cpp +++ b/source/core/util/Variable.cpp @@ -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);