Modifications to delete folder contents
[pithos-ms-client] / trunk / Pithos.Core.Test / MockStatusKeeper.cs
index f2869e8..2834922 100644 (file)
@@ -136,6 +136,16 @@ namespace Pithos.Core.Test
             throw new NotImplementedException();
         }
 
+        public void ClearFolderStatus(string path)
+        {
+            throw new NotImplementedException();
+        }
+
+        public IEnumerable<FileState> GetChildren(FileState fileState)
+        {
+            throw new NotImplementedException();
+        }
+
 
         private PithosStatus _pithosStatus = PithosStatus.InSynch;
         public void SetPithosStatus(PithosStatus status)