summaryrefslogtreecommitdiff
path: root/product/service.infrastructure/threading/AsynchronousCommandProcessor.cs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2009-10-23 13:09:04 -0600
committermo khan <mo@mokhan.ca>2009-10-23 13:09:04 -0600
commit9a3430b2a1f0445c0dbac703907762e225383421 (patch)
tree751d5742a199eae57ebb6d767e650bd6c803bdc3 /product/service.infrastructure/threading/AsynchronousCommandProcessor.cs
parentf76fe6ca01f3dc5fabc8bf16f299420ba9d7ef05 (diff)
renamed some components to something that is more descriptive.main
Diffstat (limited to 'product/service.infrastructure/threading/AsynchronousCommandProcessor.cs')
-rw-r--r--product/service.infrastructure/threading/AsynchronousCommandProcessor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/product/service.infrastructure/threading/AsynchronousCommandProcessor.cs b/product/service.infrastructure/threading/AsynchronousCommandProcessor.cs
index a7b0e93..91bd835 100644
--- a/product/service.infrastructure/threading/AsynchronousCommandProcessor.cs
+++ b/product/service.infrastructure/threading/AsynchronousCommandProcessor.cs
@@ -6,7 +6,7 @@ using gorilla.commons.utility;
namespace MoMoney.Service.Infrastructure.Threading
{
- public class AsynchronousCommandProcessor : ICommandProcessor
+ public class AsynchronousCommandProcessor : CommandProcessor
{
readonly Queue<Command> queued_commands;
readonly EventWaitHandle manual_reset;