Updated license
[anna.git] / include / anna / xml / Node.hpp
index fd74c78..2e25fc0 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
 //
@@ -310,7 +310,7 @@ public:
      \param _namespace Referencia al namespace al que pertenece el atributo. Puede ser NULL.
      \return La instancia del nuevo atributo.
   */
-  xml::Attribute* createAttribute(const char* name, const Integer64* value, const Namespace* _namespace = NULL) throw() {
+  xml::Attribute* createAttribute(const char* name, const S64* value, const Namespace* _namespace = NULL) throw() {
     return createAttribute(name, anna::functions::asString(*value), _namespace);
   }
 
@@ -322,7 +322,7 @@ public:
      \param _namespace Referencia al namespace al que pertenece el atributo. Puede ser NULL.
      \return La instancia del nuevo atributo.
   */
-  xml::Attribute* createAttribute(const char* name, const Unsigned64* value, const Namespace* _namespace = NULL) throw() {
+  xml::Attribute* createAttribute(const char* name, const U64* value, const Namespace* _namespace = NULL) throw() {
     return createAttribute(name, anna::functions::asString(*value), _namespace);
   }