From 2d299769941907cb55df955754f0ca6869c0b1ae Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sun, 23 Dec 2007 12:55:43 +0000 Subject: activated online syncing --- syncQueue.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'syncQueue.h') diff --git a/syncQueue.h b/syncQueue.h index d76565b..6aa6fe0 100644 --- a/syncQueue.h +++ b/syncQueue.h @@ -34,6 +34,8 @@ #include #include +#include "syncCommand.h" + #include "threadUtils.hpp" #include "datatypes.h" @@ -44,6 +46,7 @@ public: ~SyncQueue() {}; void push(const std::string & ); + void push(const SyncCommand & ); std::string pop(); bool empty(); -- cgit v1.2.3