Remove core-comm dependency through CounterManager/timex in core/oam subsystem. Basic...
[anna.git] / example / timex / ArithmeticHTTPServer / Request.hpp
index 04b5410..bd3ec47 100644 (file)
@@ -52,7 +52,7 @@ public:
    int x;
    int y;
    int op;
-   anna::Integer64 initTime;
+   anna::S64 initTime;
 
    Request () : anna::comm::Codec (Id, false) {
       attach ("X", x);