testing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.6.2)
|
||||
project(flippR_driver_networking)
|
||||
|
||||
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/cli/networking)
|
||||
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/bin/networking)
|
||||
set(SOURCES
|
||||
input/InputSocketHandler.cpp
|
||||
output/OutputRequestHandler.cpp
|
||||
|
||||
@@ -161,12 +161,10 @@ void FlippRServer::initialize_input_driver()
|
||||
|
||||
int FlippRServer::main(const std::vector<std::string>& args)
|
||||
{
|
||||
if(help_requested)
|
||||
return Application::EXIT_OK;
|
||||
|
||||
while(true);
|
||||
waitForTerminationRequest();
|
||||
|
||||
if(!help_requested)
|
||||
{
|
||||
waitForTerminationRequest();
|
||||
}
|
||||
return Application::EXIT_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user