get rid of publisher and fetcher
modify SyncAppSocket API
modify SyncLogic API
Tweak SeqNo
diff --git a/wscript b/wscript
index c4ece42..0bcb242 100644
--- a/wscript
+++ b/wscript
@@ -122,9 +122,9 @@
                 'ccnx/sync-ccnx-wrapper.cc',
                 'ccnx/sync-scheduler.cc',
                 'ccnx/sync-log.cc',
-                'ccnx/sync-app-data-fetch.cc',
-                'ccnx/sync-app-data-publish.cc',
-                'ccnx/sync-app-socket-c.cc',
+                #'ccnx/sync-app-data-fetch.cc',
+                #'ccnx/sync-app-data-publish.cc',
+                #'ccnx/sync-app-socket-c.cc',
                 'ccnx/sync-app-socket.cc',
                 
                 'model/sync-diff-leaf.cc',