From 9a3430b2a1f0445c0dbac703907762e225383421 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 23 Oct 2009 13:09:04 -0600 Subject: renamed some components to something that is more descriptive. --- .../service.infrastructure/threading/AsynchronousCommandProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'product/service.infrastructure/threading/AsynchronousCommandProcessor.cs') 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 queued_commands; readonly EventWaitHandle manual_reset; -- cgit v1.2.3