Changed the retry function in PithosClient to use the TPL
[pithos-ms-client] / trunk / Pithos.Core / InMemStatusChecker.cs
index c7e84ec..8bae384 100644 (file)
@@ -4,6 +4,7 @@ using System.Collections.Generic;
 using System.ComponentModel.Composition;
 using System.Diagnostics.Contracts;
 using System.Linq;
+using System.Threading;
 using Pithos.Interfaces;
 
 namespace Pithos.Core
@@ -100,6 +101,11 @@ namespace Pithos.Core
             return NetworkState.None;
         }
 
+        public void StartProcessing(CancellationToken token)
+        {
+            
+        }
+
         public void SetFileOverlayStatus(string path, FileOverlayStatus overlayStatus)
         {
             _overlayCache[path] = overlayStatus;