commit | 68f2a952d0d7e5c073c65f0e7e8823a8de4f1abb | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 08 14:34:16 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 08 14:34:16 2013 -0800 |
tree | 8701a4a27e87d78eb0d4f5d6ed3123b2f6f9b668 | |
parent | ebf7518ff8d69c8d8943b4a68b363604a01b2352 [diff] [blame] |
Initial stuff for sqllite version of object-db. Changing to boost::filesystem
diff --git a/daemon/notify-i.h b/daemon/notify-i.h index 9fd7044..426e2a9 100644 --- a/daemon/notify-i.h +++ b/daemon/notify-i.h
@@ -33,9 +33,7 @@ virtual void updateFile (const ::std::string &filename, const ::std::pair<const Ice::Byte*, const Ice::Byte*> &hash, - ::Ice::Long atime, - ::Ice::Long mtime, - ::Ice::Long ctime, + ::Ice::Long wtime, ::Ice::Int mode, const ::Ice::Current& = ::Ice::Current());