Refactor web server configuration. #1188

This commit is contained in:
Penn, John M 047828115
2021-09-29 18:00:33 -05:00
parent 90639e35d5
commit 0b373d96cf
16 changed files with 179 additions and 103 deletions

View File

@ -16,8 +16,8 @@ LIBRARY DEPENDENCIES:
#include "trick/memorymanager_c_intf.h"
#include "trick/input_processor_proto.h"
#include "trick/exec_proto.h"
#include "../include/VariableServerSession.hh"
#include "../include/simpleJSON.hh"
#include "VariableServerSession.hh"
#include "simpleJSON.hh"
// CONSTRUCTOR
VariableServerSession::VariableServerSession( struct mg_connection *nc ) : WebSocketSession(nc) {