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