summaryrefslogtreecommitdiff
path: root/syncQueue.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-23 12:55:43 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-23 12:55:43 +0000
commit2d299769941907cb55df955754f0ca6869c0b1ae (patch)
tree5c886d636a816bfd520e2a9edd706083e2d02c40 /syncQueue.h
parentadded SyncQueue and SyncSocketHandler (diff)
activated online syncing
Diffstat (limited to 'syncQueue.h')
-rw-r--r--syncQueue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/syncQueue.h b/syncQueue.h
index d76565b..6aa6fe0 100644
--- a/syncQueue.h
+++ b/syncQueue.h
@@ -34,6 +34,8 @@
#include <deque>
#include <queue>
+#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();