зеркало из https://github.com/mozilla/gecko-dev.git
bug 679038 - error building WatcherService for SUTAgent r=blassey
This commit is contained in:
Родитель
ae0c15b0c7
Коммит
b5991951b9
|
@ -107,7 +107,6 @@ public class WatcherService extends Service
|
|||
|
||||
|
||||
private IWatcherService.Stub stub = new IWatcherService.Stub() {
|
||||
@Override
|
||||
public int UpdateApplication(String sAppName, String sFileName, String sOutFile, int bReboot) throws RemoteException
|
||||
{
|
||||
return UpdtApp(sAppName, sFileName, sOutFile, bReboot);
|
||||
|
@ -874,7 +873,6 @@ public class WatcherService extends Service
|
|||
runner.start();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
bInstalling = true;
|
||||
UpdtApp(msPkgName, msPkgFileName, msOutFile, mbReboot);
|
||||
|
|
Загрузка…
Ссылка в новой задаче