From 6d7bff2476459049f4f554291a680e0f6003ea66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 7 Jun 2015 21:10:18 +0200 Subject: GH-1060 remove updater code --- mmc_updater/src/UpdaterOptions.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 mmc_updater/src/UpdaterOptions.h (limited to 'mmc_updater/src/UpdaterOptions.h') diff --git a/mmc_updater/src/UpdaterOptions.h b/mmc_updater/src/UpdaterOptions.h deleted file mode 100644 index d4345490..00000000 --- a/mmc_updater/src/UpdaterOptions.h +++ /dev/null @@ -1,26 +0,0 @@ -#pragma once - -#include "UpdateInstaller.h" - -/** Parses the command-line options to the updater binary. */ -class UpdaterOptions -{ - public: - UpdaterOptions(); - - void parse(int argc, char** argv); - - UpdateInstaller::Mode mode; - std::string installDir; - std::string packageDir; - std::string scriptPath; - std::string finishCmd; - std::string finishDir; - PLATFORM_PID waitPid; - std::string logFile; - bool showVersion; - bool dryRun; - bool forceElevated; - bool autoClose; -}; - -- cgit v1.2.3