Extracted polling functionality to a separate PollAgent.cs
authorPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 20 Feb 2012 14:58:09 +0000 (16:58 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 20 Feb 2012 14:58:49 +0000 (16:58 +0200)
commitaa7ac00e76724d9f37e85051b96137d2110183da
treeccf6028d487b85661f2c293988c80c7386dcccca
parent139ac1e89475cb86db9e13108e41d62f14703405
Extracted polling functionality to a separate PollAgent.cs
The PollAgent pauses polling while network operations are in progress
Modified deleted file processing to ignore files in the Trash folder.
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Core/Agents/Agent.cs
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Core/Agents/PollAgent.cs [new file with mode: 0644]
trunk/Pithos.Core/Pithos.Core.csproj
trunk/Pithos.Core/PithosMonitor.cs