From 253067c782955380bbf66ac0475dc954375b1ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 17 Aug 2013 13:40:51 +0200 Subject: Move all the things (YES. Move them.) Also, implemented some basic modlist logic, to be wired up. --- backend/OneSixInstance.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 backend/OneSixInstance.h (limited to 'backend/OneSixInstance.h') diff --git a/backend/OneSixInstance.h b/backend/OneSixInstance.h deleted file mode 100644 index 12ad9e40..00000000 --- a/backend/OneSixInstance.h +++ /dev/null @@ -1,32 +0,0 @@ -#pragma once - -#include "BaseInstance.h" -#include -class FullVersion; -class BaseUpdate; - -class LIBMULTIMC_EXPORT OneSixInstance : public BaseInstance -{ - Q_OBJECT -public: - explicit OneSixInstance(const QString &rootDir, SettingsObject * settings, QObject *parent = 0); - virtual BaseUpdate* doUpdate(); - virtual MinecraftProcess* prepareForLaunch ( QString user, QString session ); - virtual void cleanupAfterRun(); - - virtual QString intendedVersionId() const; - virtual bool setIntendedVersionId ( QString version ); - - virtual QString currentVersionId() const; - // virtual void setCurrentVersionId ( QString val ) {}; - - virtual bool shouldUpdate() const; - virtual void setShouldUpdate(bool val); - - /// reload the full version json file. return true on success! - bool reloadFullVersion(); - /// get the current full version info - QSharedPointer getFullVersion(); -private: - QStringList processMinecraftArgs( QString user, QString session ); -}; \ No newline at end of file -- cgit v1.2.3