Revision 70e0b702 trunk/Pithos.Core/Agents/DeleteAgent.cs

b/trunk/Pithos.Core/Agents/DeleteAgent.cs
65 65

  
66 66
        [Import]
67 67
        public IStatusKeeper StatusKeeper { get; set; }
68
        
69
        public IStatusNotification StatusNotification { get; set; }
68 70

  
69 71
        //A separate agent is used to execute delete actions immediatelly;
70 72
        private readonly ActionBlock<CloudDeleteAction> _deleteAgent;
......
227 229
                client.DeleteObject(account, container, cloudFile.Name);
228 230

  
229 231
                StatusKeeper.ClearFileStatus(fullPath);
232
                StatusNotification.Notify(new CloudNotification{Data=cloudFile});
230 233
            }
231 234
        }
232 235

  

Also available in: Unified diff