Now there is a simplest form of IPC using zeroc ice. More stuff is coming.
diff --git a/wscript b/wscript
index 2c0f727..af3befd 100644
--- a/wscript
+++ b/wscript
@@ -85,7 +85,7 @@
         target = "common",
         features = ["cxx"],
         source = bld.path.ant_glob(
-            'src/chronoshare-client.ice'
+            'src/chronoshare-client.ice'            
             ),
         use = 'BOOST',
         includes = ['include', 'src'],
@@ -95,7 +95,7 @@
     client = bld (
         target="cs-client",
         features=['cxx', 'cxxprogram'],
-        source = ['client/client.cc', 
+        source = ['client/client.cc',
                   ],
         use = "BOOST CCNX SSL ICE common",
         includes = ['include', 'src'],
@@ -105,7 +105,8 @@
         target="cs-daemon",
         features=['cxx', 'cxxprogram'],
         # source = bld.path.ant_glob(['src/**/*.cc']),
-        source = ['daemon/daemon.cc', 
+        source = ['daemon/daemon.cc',
+                  'daemon/notify-i.cc',
                   'src/db-helper.cc',
                   'src/hash-string-converter.cc',
                   ],