diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs b/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs index 6d5b40ef6..d2e0f0bb7 100644 --- a/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs +++ b/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs @@ -33,8 +33,8 @@ namespace HandBrake.ApplicationServices container.Register(Component.For<IQueueManager>().ImplementedBy<QueueManager>());
container.Register(Component.For<IQueueProcessor>().ImplementedBy<QueueProcessor>());
container.Register(Component.For<IUserSettingService>().ImplementedBy<UserSettingService>());
- container.Register(Component.For<IScan>().ImplementedBy<ScanService>());
- container.Register(Component.For<IEncode>().ImplementedBy<Encode>());
+ // container.Register(Component.For<IScan>().ImplementedBy<ScanService>());
+ // container.Register(Component.For<IEncode>().ImplementedBy<Encode>());
}
#endregion
|