- added new --verbose commandline option

This commit is contained in:
Mark Vejvoda
2010-12-22 00:31:30 +00:00
parent 8534fa59a9
commit 69e0130296
4 changed files with 31 additions and 23 deletions

View File

@@ -51,7 +51,7 @@ public:
{
protected:
DebugType debugType;
public:
SystemFlagsType() {
this->debugType = debugSystem;
@@ -117,6 +117,7 @@ public:
static CURL *curl_handle;
static int DEFAULT_HTTP_TIMEOUT;
static bool VERBOSE_MODE_ENABLED;
SystemFlags();
~SystemFlags();