bug 679038 - error building WatcherService for SUTAgent r=blassey

This commit is contained in:
Bob Moss 2011-08-18 21:06:05 -04:00
Родитель ae0c15b0c7
Коммит b5991951b9
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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);