Remove core-comm dependency through CounterManager/timex in core/oam subsystem. Basic...
[anna.git] / source / comm / Codec.cpp
index 03992bf..acbda00 100644 (file)
@@ -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());
 }