Revision ebc37b0d trunk/Pithos.Interfaces/ObjectInfo.cs

b/trunk/Pithos.Interfaces/ObjectInfo.cs
353 353
            }
354 354
        }
355 355

  
356
        public Uri AccountKey
357
        {
358
            get { return new Uri(StorageUri,"../" + Account); }
359
        }
360

  
356 361
        public ObjectInfo SetPrevious(ObjectInfo previous)
357 362
        {            
358 363
            Previous = previous;

Also available in: Unified diff