diff options
Diffstat (limited to 'product/service.infrastructure/service.infrastructure.csproj')
| -rw-r--r-- | product/service.infrastructure/service.infrastructure.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/product/service.infrastructure/service.infrastructure.csproj b/product/service.infrastructure/service.infrastructure.csproj index 351182d..d37746e 100644 --- a/product/service.infrastructure/service.infrastructure.csproj +++ b/product/service.infrastructure/service.infrastructure.csproj @@ -101,9 +101,9 @@ <Compile Include="threading\BackgroundThreadFactory.cs" /> <Compile Include="threading\BackgroundThreadFactorySpecs.cs" /> <Compile Include="threading\BackgroundThreadSpecs.cs" /> - <Compile Include="threading\CommandProcessor.cs" /> + <Compile Include="threading\SynchronousCommandProcessor.cs" /> <Compile Include="threading\CommandProcessorSpecs.cs" /> - <Compile Include="threading\ICommandProcessor.cs" /> + <Compile Include="threading\CommandProcessor.cs" /> <Compile Include="threading\IntervalTimer.cs" /> <Compile Include="threading\IntervalTimerSpecs.cs" /> <Compile Include="threading\ITimerClient.cs" /> |
