mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
More warnings/minor fixes
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@836 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -38,7 +38,7 @@ IMPLEMENT_REFLECTION(Installer) {
|
||||
REFLECT(packages);
|
||||
}
|
||||
|
||||
/*
|
||||
#if 0
|
||||
// ----------------------------------------------------------------------------- : Installing
|
||||
|
||||
void Installer::installFrom(const String& filename, bool message_on_success, bool local) {
|
||||
@@ -135,12 +135,14 @@ void Installer::install(bool local, bool check_dependencies) {
|
||||
}
|
||||
os.Write(*is);
|
||||
}
|
||||
* /
|
||||
*/
|
||||
}
|
||||
|
||||
void Installer::install(const String& package) {
|
||||
// TODO
|
||||
}*/
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------- : Creating
|
||||
|
||||
@@ -255,14 +257,14 @@ DownloadableInstaller::~DownloadableInstaller() {
|
||||
InstallablePackage::InstallablePackage(const PackageVersionP& installed, const PackageDescriptionP& description)
|
||||
: installed(installed)
|
||||
, description(description)
|
||||
, action(PACKAGE_NOTHING)
|
||||
, status(PACKAGE_INSTALLED)
|
||||
, action(PACKAGE_NOTHING)
|
||||
{}
|
||||
InstallablePackage::InstallablePackage(const PackageDescriptionP& description , const DownloadableInstallerP& installer)
|
||||
: description(description)
|
||||
, installer(installer)
|
||||
, action(PACKAGE_NOTHING)
|
||||
, status(PACKAGE_INSTALLABLE)
|
||||
, action(PACKAGE_NOTHING)
|
||||
{}
|
||||
|
||||
void InstallablePackage::determineStatus() {
|
||||
|
||||
Reference in New Issue
Block a user