summaryrefslogtreecommitdiffstats
path: root/kitchensync/libqopensync/engine.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-07 22:30:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-07 22:30:29 +0000
commitd8b40941f9d1a221add0b9094eb09405a91a8aab (patch)
tree0b8e9b6347f6e75925bb3c386a47c5300b1a4775 /kitchensync/libqopensync/engine.h
parent009631d0fc83f471d6c515e2a5001337a5a2ea21 (diff)
downloadtdepim-d8b40941f9d1a221add0b9094eb09405a91a8aab.tar.gz
tdepim-d8b40941f9d1a221add0b9094eb09405a91a8aab.zip
Part 2/2 of Chakra patch commit
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1172727 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kitchensync/libqopensync/engine.h')
-rw-r--r--kitchensync/libqopensync/engine.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/kitchensync/libqopensync/engine.h b/kitchensync/libqopensync/engine.h
index e62a5f689..c7314db47 100644
--- a/kitchensync/libqopensync/engine.h
+++ b/kitchensync/libqopensync/engine.h
@@ -22,12 +22,14 @@
#ifndef QSYNC_ENGINE_H
#define QSYNC_ENGINE_H
-#include <libqopensync/group.h>
-
class OSyncEngine;
namespace QSync {
+class Group;
+class Member;
+class Result;
+
class Engine
{
friend class CallbackHandler;
@@ -59,6 +61,11 @@ class Engine
Result synchronize();
/**
+ Starts the discover process for a certain member.
+ */
+ Result discover( const Member &member );
+
+ /**
Stops the synchronization process.
*/
void abort();