mirror of
https://github.com/nasa/trick.git
synced 2025-01-31 00:24:03 +00:00
change #includes for http_server.hh rename.
This commit is contained in:
parent
776614997e
commit
9656b4fcb2
@ -4,7 +4,7 @@ PURPOSE:
|
|||||||
LIBRARY DEPENDENCIES:
|
LIBRARY DEPENDENCIES:
|
||||||
((src/http_server.cpp))
|
((src/http_server.cpp))
|
||||||
*************************************************************/
|
*************************************************************/
|
||||||
##include "mongoose_httpd/include/http_server.h"
|
##include "mongoose_httpd/include/http_server.hh"
|
||||||
|
|
||||||
class HttpSimObject : public Trick::SimObject {
|
class HttpSimObject : public Trick::SimObject {
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ Messages sent from Server to Client
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../include/http_server.h"
|
#include "../include/http_server.hh"
|
||||||
#include "../include/WSSession.hh"
|
#include "../include/WSSession.hh"
|
||||||
#include "../include/http_GET_handlers.hh"
|
#include "../include/http_GET_handlers.hh"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user