mirror of
https://github.com/nasa/trick.git
synced 2025-01-30 08:03:51 +00:00
Fix renaming misses.
This commit is contained in:
parent
d966f21f51
commit
2998180231
@ -7,7 +7,7 @@ LIBRARY DEPENDENCIES:
|
||||
#include <iomanip> // for setprecision
|
||||
#include "trick/memorymanager_c_intf.h"
|
||||
#include "trick/exec_proto.h"
|
||||
#include "../include/WSSession.hh"
|
||||
#include "../include/VariableServerSession.hh"
|
||||
#include "../include/simpleJSON.hh"
|
||||
|
||||
VariableServerSession::VariableServerSession( struct mg_connection *nc ) : WebSocketSession(nc) {
|
||||
|
@ -2,7 +2,7 @@
|
||||
PURPOSE: (Represent the state and initial conditions of an http server)
|
||||
LIBRARY DEPENDENCIES:
|
||||
(
|
||||
(WSSession.o)
|
||||
(VariableServerSession.o)
|
||||
(WSSessionVariable.o)
|
||||
(http_GET_handlers.o)
|
||||
)
|
||||
@ -35,7 +35,7 @@ Messages sent from Server to Client
|
||||
*/
|
||||
|
||||
#include "../include/http_server.hh"
|
||||
#include "../include/WSSession.hh"
|
||||
#include "../include/VariableServerSession.hh"
|
||||
#include "../include/http_GET_handlers.hh"
|
||||
|
||||
static const struct mg_str s_get_method = MG_MK_STR("GET");
|
||||
|
Loading…
x
Reference in New Issue
Block a user