|
|
|
|
|
|
|
|
#include "threading.hpp"
|
|
|
#include "threading.hpp"
|
|
|
#include "snf_xci.hpp"
|
|
|
#include "snf_xci.hpp"
|
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
|
|
|
|
using namespace std; // Introduce standard namespace.
|
|
|
using namespace std; // Introduce standard namespace.
|
|
|
|
|
|
|
|
|
const char* VERSION_INFO = "SNF Client Version " PACKAGE_VERSION " Build: " __DATE__ " " __TIME__;
|
|
|
|
|
|
|
|
|
const char* VERSION_INFO = "SNF Client Version 3.0 Build: " __DATE__ " " __TIME__;
|
|
|
|
|
|
|
|
|
time_t Timestamp() { // Get an ordinary timestamp.
|
|
|
time_t Timestamp() { // Get an ordinary timestamp.
|
|
|
time_t rawtime; // Grab raw time from
|
|
|
time_t rawtime; // Grab raw time from
|