mirror of
https://github.com/nasa/trick.git
synced 2025-02-11 21:15:32 +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 <iomanip> // for setprecision
|
||||||
#include "trick/memorymanager_c_intf.h"
|
#include "trick/memorymanager_c_intf.h"
|
||||||
#include "trick/exec_proto.h"
|
#include "trick/exec_proto.h"
|
||||||
#include "../include/WSSession.hh"
|
#include "../include/VariableServerSession.hh"
|
||||||
#include "../include/simpleJSON.hh"
|
#include "../include/simpleJSON.hh"
|
||||||
|
|
||||||
VariableServerSession::VariableServerSession( struct mg_connection *nc ) : WebSocketSession(nc) {
|
VariableServerSession::VariableServerSession( struct mg_connection *nc ) : WebSocketSession(nc) {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
PURPOSE: (Represent the state and initial conditions of an http server)
|
PURPOSE: (Represent the state and initial conditions of an http server)
|
||||||
LIBRARY DEPENDENCIES:
|
LIBRARY DEPENDENCIES:
|
||||||
(
|
(
|
||||||
(WSSession.o)
|
(VariableServerSession.o)
|
||||||
(WSSessionVariable.o)
|
(WSSessionVariable.o)
|
||||||
(http_GET_handlers.o)
|
(http_GET_handlers.o)
|
||||||
)
|
)
|
||||||
@ -35,7 +35,7 @@ Messages sent from Server to Client
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../include/http_server.hh"
|
#include "../include/http_server.hh"
|
||||||
#include "../include/WSSession.hh"
|
#include "../include/VariableServerSession.hh"
|
||||||
#include "../include/http_GET_handlers.hh"
|
#include "../include/http_GET_handlers.hh"
|
||||||
|
|
||||||
static const struct mg_str s_get_method = MG_MK_STR("GET");
|
static const struct mg_str s_get_method = MG_MK_STR("GET");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user