|
|
|
|
|
|
|
|
//#include "../nvwa-0.6/nvwa/debug_new.h"
|
|
|
//#include "../nvwa-0.6/nvwa/debug_new.h"
|
|
|
using namespace std; // Introduce standard namespace.
|
|
|
using namespace std; // Introduce standard namespace.
|
|
|
|
|
|
|
|
|
const char* SERVER_VERSION_INFO = "SNF Server Version 3.1.2 Build: " __DATE__ " " __TIME__;
|
|
|
|
|
|
|
|
|
const char* SERVER_VERSION_INFO = "SNF Server Version 3.2.0 Build: " __DATE__ " " __TIME__;
|
|
|
|
|
|
|
|
|
static const string XCIShutdownResponse =
|
|
|
static const string XCIShutdownResponse =
|
|
|
"<snf><xci><server><response message=\'shutdown in progress\' code=\'0\'/></server></xci></snf>\n";
|
|
|
"<snf><xci><server><response message=\'shutdown in progress\' code=\'0\'/></server></xci></snf>\n";
|