Browse Source

Server 3.2.2 - removed saccades

master
Pete McNeil 4 years ago
parent
commit
9705f65935
3 changed files with 2 additions and 8 deletions
  1. 1
    1
      SNFMulti
  2. 1
    1
      SNFServer/main.cpp
  3. 0
    6
      makefile

+ 1
- 1
SNFMulti

Subproject commit 3a4f5ea518d2d569fc28c5b7a56702a1036deae9
Subproject commit 869c039bef12a6cdc191781f0c0a76dd7eb00c85

+ 1
- 1
SNFServer/main.cpp View File

namespace cd = codedweller; namespace cd = codedweller;
const char* SERVER_VERSION_INFO = "SNF Server Version 3.2.0 Build: " __DATE__ " " __TIME__;
const char* SERVER_VERSION_INFO = "SNF Server Version 3.2.2 Build: " __DATE__ " " __TIME__;
static const std::string XCIShutdownResponse = static const std::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";

+ 0
- 6
makefile View File

snf_HeaderFinder.o \ snf_HeaderFinder.o \
snf_xci.o \ snf_xci.o \
snf_sync.o \ snf_sync.o \
snf_saccades.o \
snf_engine.o \ snf_engine.o \
SNFMulti.o \ SNFMulti.o \
GBUdb.o \ GBUdb.o \
snf_HeaderFinder.o \ snf_HeaderFinder.o \
snf_xci.o \ snf_xci.o \
snf_sync.o \ snf_sync.o \
snf_saccades.o \
snf_engine.o \ snf_engine.o \
SNFMulti.o \ SNFMulti.o \
GBUdb.o \ GBUdb.o \
SNFMulti/snfLOGmgr.hpp \ SNFMulti/snfLOGmgr.hpp \
SNFMulti/snfNETmgr.hpp \ SNFMulti/snfNETmgr.hpp \
SNFMulti/snfXCImgr.hpp \ SNFMulti/snfXCImgr.hpp \
SNFMulti/snf_saccades.hpp \
CodeDweller/timing.hpp \ CodeDweller/timing.hpp \
CodeDweller/faults.hpp \ CodeDweller/faults.hpp \
CodeDweller/threading.hpp CodeDweller/threading.hpp
snf_xci.o: SNFMulti/snf_xci.cpp SNFMulti/snf_xci.hpp CodeDweller/configuration.hpp snf_xci.o: SNFMulti/snf_xci.cpp SNFMulti/snf_xci.hpp CodeDweller/configuration.hpp
$(CXX) $(CXXFLAGS) -c SNFMulti/snf_xci.cpp $(CXX) $(CXXFLAGS) -c SNFMulti/snf_xci.cpp


snf_saccades.o: SNFMulti/snf_saccades.cpp SNFMulti/snf_saccades.hpp
$(CXX) $(CXXFLAGS) -c SNFMulti/snf_saccades.cpp

snf_sync.o: SNFMulti/snf_sync.cpp \ snf_sync.o: SNFMulti/snf_sync.cpp \
SNFMulti/snf_sync.hpp \ SNFMulti/snf_sync.hpp \
SNFMulti/GBUdb.hpp \ SNFMulti/GBUdb.hpp \

Loading…
Cancel
Save