Sfoglia il codice sorgente

Re-factored for separation from CodeDweller and SNFMulti

Minor tweaks

git-svn-id: https://svn.microneil.com/svn/SNFServer/trunk@5 49a64a4e-e346-423c-883c-369b0fd10ff0
master
madscientist 15 anni fa
parent
commit
da9a96fe9f
1 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. 9
    9
      SNFServer/main.cpp

+ 9
- 9
SNFServer/main.cpp Vedi File

@@ -19,23 +19,23 @@
#include <exception>
#include <stdexcept>
#include "unistd.h"
#include "timing.hpp"
#include "threading.hpp"
#include "networking.hpp"
#include "SNFMulti.hpp"
#include "snf_xci.hpp"
#include "snf_sync.hpp"
#include "../CodeDweller/timing.hpp"
#include "../CodeDweller/threading.hpp"
#include "../CodeDweller/networking.hpp"
#include "../SNFMulti/SNFMulti.hpp"
#include "../SNFMulti/snf_xci.hpp"
#include "../SNFMulti/snf_sync.hpp"
#include "config.h"
//#include "config.h"
// temporary - proving base64codec
#include "base64codec.hpp"
#include "../CodeDweller/base64codec.hpp"
//#include "../nvwa-0.6/nvwa/debug_new.h"
using namespace std; // Introduce standard namespace.
const char* SERVER_VERSION_INFO = "SNF Server Version " PACKAGE_VERSION " Build: " __DATE__ " " __TIME__;
const char* SERVER_VERSION_INFO = "SNF Server Version 3.0.2 Build: " __DATE__ " " __TIME__;
static const string XCIShutdownResponse =
"<snf><xci><server><response message=\'shutdown in progress\' code=\'0\'/></server></xci></snf>\n";

Loading…
Annulla
Salva