New compilation method

This commit is contained in:
Thulinma 2011-04-18 16:29:48 +02:00
parent bf0b976999
commit 178462027e
9 changed files with 21 additions and 21 deletions

View file

@ -1,14 +1,6 @@
/// \file Connector_HTTP/main.cpp
/// Contains the main code for the HTTP Connector
/// Sets the global debugging level.
// debugging level 0 = nothing
// debugging level 1 = critical errors
// debugging level 2 = errors
// debugging level 3 = status information
// debugging level 4 = extremely verbose status information
#define DEBUG 4
#include <iostream>
#include <queue>
#include <cstdlib>