From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Sun, 6 Mar 2016 21:22:14 +0000 (+0000)
Subject: Added task to TODO to move syncronisation code from frmActivityMgr.
X-Git-Tag: release-0.10~1
X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=774101726892af930fbe3f5a3ff28e6e7527ac90;p=xestiaab%2F.git

Added task to TODO to move syncronisation code from frmActivityMgr.
---

diff --git a/source/TODO b/source/TODO
index 16a3e33..e04dbac 100644
--- a/source/TODO
+++ b/source/TODO
@@ -35,3 +35,5 @@ This file contains tasks that need to be done for future versions of Xestia Addr
   also need to be refactored so less code is used.
 - Check that all text that can be used to translate is setup so that a "catalog editor" can be
   used.
+- Take syncronisation code out of frmActivityMgr, place into a new "framework"
+  and make it easily to test against through the unit testing application.