Updated license
[anna.git] / source / comm / Codec.cpp
index 03992bf..4479c9c 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
 //
@@ -55,6 +55,6 @@ throw(RuntimeException) {
 
 const comm::Variable* comm::Codec::attach(const char* name, Microsecond& value)
 throw(RuntimeException) {
-  return CompatCodec::attach(name, size(), (Integer64&) value.refValue());
+  return CompatCodec::attach(name, size(), (S64&) value.refValue());
 }