File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,13 +136,13 @@ public Main()
136136 NITRO .BRIDGE .CONNECTION_STATUS = new ConnectionStatusServer (CONNECTION_STATUS_SERVER_HOST , NITRO .CURRENT_CONNECTIONS , NITRO .PORT );
137137
138138 if (NitroWebExpressConfig .isEnabled ("MODULE_INSTALLATION" ))
139- NITRO .BRIDGE .MODULE_INSTALLER_SERVICE = new ModuleInstallationService (MODULE_INSTALLER_SERVICE_HOST );
139+ NITRO .BRIDGE .MODULE_INSTALLER_SERVICE = new NitroWebExpress . Aspect . ModuleInstallationService (MODULE_INSTALLER_SERVICE_HOST );
140140
141141 if (NitroWebExpressConfig .isEnabled ("ASCII_CREATOR" ))
142142 NITRO .BRIDGE .ASCII_CREATOR_SERVER = new NitroWebExpress .Aspect .ASCIICreatorServer (ASCII_CREATOR_SERVER_HOST );
143143
144144 if (NitroWebExpressConfig .isEnabled ("MODULE_LOADER_DAEMON" ))
145- NITRO .BRIDGE .MODULE_LOADER_DAEMON = new ModuleInstallationService (MODULE_LOADER_DAEMON_HOST );
145+ NITRO .BRIDGE .MODULE_LOADER_DAEMON = new ModuleLoaderDaemon (MODULE_LOADER_DAEMON_HOST );
146146
147147 if (NitroWebExpressConfig .isEnabled ("COMMUNICATOR" ))
148148 NITRO .BRIDGE .COMMUNICATOR = new Communicator (COMMUNICATOR_HOST );
@@ -154,7 +154,7 @@ public Main()
154154 NITRO .BRIDGE .WEATHER_SERVER = new WeatherServer (WEATHER_SERVER_HOST );
155155
156156 if (NitroWebExpressConfig .isEnabled ("ANTIVIRUS" ))
157- new antivirus .AntivirusScanner (NitroWebExpressConfig . antivirusSchedule (), NitroWebExpressConfig . antivirusScanPath () ).start ();
157+ new antivirus .AntivirusScanner ().start ();
158158
159159 NITRO .BRIDGE .MYSQL_COMPONENT = new MySQLComponent ();
160160
You can’t perform that action at this time.
0 commit comments