Merge branch 'develop' into feature/NewAtmosphere

This commit is contained in:
Jonathas Costa
2016-10-11 16:48:09 -04:00
2 changed files with 5 additions and 6 deletions

View File

@@ -109,15 +109,15 @@ public:
/// The key that stores the http proxy settings for the downloadmanager
static const std::string KeyHttpProxy;
/// The key that stores the address of the http proxy
static const std::string ConfigurationManager::PartHttpProxyAddress;
static const std::string PartHttpProxyAddress;
/// The key that stores the port of the http proxy
static const std::string ConfigurationManager::PartHttpProxyPort;
static const std::string PartHttpProxyPort;
/// The key that stores the authentication method of the http proxy
static const std::string ConfigurationManager::PartHttpProxyAuthentication;
static const std::string PartHttpProxyAuthentication;
/// The key that stores the username to use for authentication to access the http proxy
static const std::string ConfigurationManager::PartHttpProxyUser;
static const std::string PartHttpProxyUser;
/// The key that stores the password to use for authentication to access the http proxy
static const std::string ConfigurationManager::PartHttpProxyPassword;
static const std::string PartHttpProxyPassword;
/**

View File

@@ -83,7 +83,6 @@
#include <array>
#include <fstream>
#include <sgct.h>
#include <stack>
// ABuffer defines