Initial stuff for sqllite version of object-db. Changing to boost::filesystem
diff --git a/src/chronoshare-client.ice b/src/chronoshare-client.ice
index e3bf8e2..c2e056f 100644
--- a/src/chronoshare-client.ice
+++ b/src/chronoshare-client.ice
@@ -25,7 +25,7 @@
interface Notify
{
- void updateFile (string filename, ["cpp:array"] HashBytes fileHash, long atime, long mtime, long ctime, int mode);
+ void updateFile (string filename, ["cpp:array"] HashBytes fileHash, long wtime, int mode);
void moveFile (string origFilename, string newFilename);