Explorar el Código

Server 3.2.2 - removed saccades

master
Pete McNeil hace 3 años
padre
commit
9705f65935
Se han modificado 3 ficheros con 2 adiciones y 8 borrados
  1. 1
    1
      SNFMulti
  2. 1
    1
      SNFServer/main.cpp
  3. 0
    6
      makefile

+ 1
- 1
SNFMulti

@@ -1 +1 @@
Subproject commit 3a4f5ea518d2d569fc28c5b7a56702a1036deae9
Subproject commit 869c039bef12a6cdc191781f0c0a76dd7eb00c85

+ 1
- 1
SNFServer/main.cpp Ver fichero

@@ -36,7 +36,7 @@
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 =
"<snf><xci><server><response message=\'shutdown in progress\' code=\'0\'/></server></xci></snf>\n";

+ 0
- 6
makefile Ver fichero

@@ -11,7 +11,6 @@ target: main.o \
snf_HeaderFinder.o \
snf_xci.o \
snf_sync.o \
snf_saccades.o \
snf_engine.o \
SNFMulti.o \
GBUdb.o \
@@ -32,7 +31,6 @@ target: main.o \
snf_HeaderFinder.o \
snf_xci.o \
snf_sync.o \
snf_saccades.o \
snf_engine.o \
SNFMulti.o \
GBUdb.o \
@@ -83,7 +81,6 @@ SNFMulti.o: SNFMulti/SNFMulti.cpp \
SNFMulti/snfLOGmgr.hpp \
SNFMulti/snfNETmgr.hpp \
SNFMulti/snfXCImgr.hpp \
SNFMulti/snf_saccades.hpp \
CodeDweller/timing.hpp \
CodeDweller/faults.hpp \
CodeDweller/threading.hpp
@@ -130,9 +127,6 @@ snfXCImgr.o: SNFMulti/snfXCImgr.cpp SNFMulti/snfXCImgr.hpp SNFMulti/snf_xci.hpp
snf_xci.o: SNFMulti/snf_xci.cpp SNFMulti/snf_xci.hpp CodeDweller/configuration.hpp
$(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 \
SNFMulti/snf_sync.hpp \
SNFMulti/GBUdb.hpp \

Cargando…
Cancelar
Guardar