summaryrefslogtreecommitdiffstats
path: root/kresources/caldav/writer.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-30 04:23:41 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-30 04:23:41 +0000
commit5572a114be163aeae75648f8e82ce692d4a77517 (patch)
tree2da72faeaf863704e8b030424cf8090e33137bcb /kresources/caldav/writer.h
parent66f01dde7cd5e36d9623428f70a008c9e8abe1d3 (diff)
downloadtdepim-5572a114be163aeae75648f8e82ce692d4a77517.tar.gz
tdepim-5572a114be163aeae75648f8e82ce692d4a77517.zip
Separated event and task reads into two separate jobs
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1169762 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kresources/caldav/writer.h')
-rw-r--r--kresources/caldav/writer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kresources/caldav/writer.h b/kresources/caldav/writer.h
index e9bfcd3b..3b8f82a8 100644
--- a/kresources/caldav/writer.h
+++ b/kresources/caldav/writer.h
@@ -114,8 +114,10 @@ public:
protected:
virtual int runJob(runtime_info* caldavRuntime);
+ virtual int runTasksJob(runtime_info* caldavRuntime);
virtual void cleanJob();
+ virtual void cleanTasksJob();
/// Just a wrapper above libcaldav event writing functions.
template<typename Operation>