Revision ab2f6f79 trunk/Pithos.Core/IStatusKeeper.cs

b/trunk/Pithos.Core/IStatusKeeper.cs
22 22
        void Stop();
23 23
        void SetFileState(string path, FileStatus fileStatus, FileOverlayStatus overlayStatus);
24 24
        void StoreInfo(string path, ObjectInfo objectInfo);
25
        T GetStatus<T>(string path,Func<FileState,T> getter,T defaultValue );
26
        void SetStatus(string path, Action<FileState> setter);        
25
        //T GetStatus<T>(string path,Func<FileState,T> getter,T defaultValue );
26
        //void SetStatus(string path, Action<FileState> setter);        
27 27

  
28 28
        void StartProcessing(CancellationToken token);
29 29

  

Also available in: Unified diff