job status reporting
This commit is contained in:
@@ -11,6 +11,7 @@ using Inspectron.Epson.PrintServer.Printers;
|
||||
using Inspectron.Epson.PrintServer.Printers.Utils;
|
||||
using Inspectron.Epson.PrintServer.PrintServices;
|
||||
using EpsonPrintService;
|
||||
using Inspectron.Epson.PrintServer.JobStatusReporters;
|
||||
using Inspectron.Epson.Queue;
|
||||
|
||||
StandardKernel kernel = new StandardKernel();
|
||||
@@ -67,7 +68,7 @@ kernel.Bind<ILogger>().ToMethod(ctx =>
|
||||
kernel.Bind<IWrapperPrinterFactory>().To<PrinterWrapperFactory>().InSingletonScope();
|
||||
kernel.Bind<IPrinterConfigurationSource>().To<FixedConfigurationSource>();
|
||||
kernel.Bind<IReceiptConverterFactory>().To<ReceiptConverterFactory>().InSingletonScope();
|
||||
kernel.Bind<IJobStatusReporter>().To<NullJobStatusReporter>();
|
||||
kernel.Bind<IJobStatusReporter>().To<JamesStatusReporter>();
|
||||
kernel.Bind<PrintServer>().ToSelf().InSingletonScope();
|
||||
kernel.Bind<IDiscoveredPrintersReceiver>().To<JamesDiscoveredPrintersReceiver>().InSingletonScope();
|
||||
kernel.Bind<PrinterDiscoveryBackgroundTask>().ToSelf().InSingletonScope();
|
||||
|
||||
Reference in New Issue
Block a user