Revision 3a62612d trunk/Pithos.Interfaces/ObjectInfo.cs

b/trunk/Pithos.Interfaces/ObjectInfo.cs
147 147
        public Stream Stream { get; set; }
148 148

  
149 149

  
150
        public Uri StorageUri { get; set; }
150
        public Uri StorageUri
151
        {
152
            get { return _storageUri; }
153
            set { _storageUri = value; }
154
        }
151 155

  
152 156
        public string Account { get; set; }
153 157

  
......
287 291
        private bool _exists=true;
288 292
        private Uri _container;
289 293
        private Uri _name;
294
        private Uri _storageUri;
290 295
        private static Uri _emptyUri = new Uri(String.Empty, UriKind.Relative);
291 296

  
292 297
        public bool Exists

Also available in: Unified diff