Revision bc27bb7e trunk/Pithos.Core.Test/MockStatusKeeper.cs

b/trunk/Pithos.Core.Test/MockStatusKeeper.cs
206 206
            FileStatus value;
207 207
            _statusCache.TryRemove(path,out value);
208 208
        }
209

  
210

  
211
        public void CleanupStaleStates(AccountInfo accountInfo, List<ObjectInfo> objectInfos)
212
        {
213
            //throw new NotImplementedException();
214
        }
215

  
216

  
217
        public void CleanupOrphanStates()
218
        {
219
            throw new NotImplementedException();
220
        }
209 221
    }
210 222
}

Also available in: Unified diff