HttpServer Library for "mbed-os" which added a snapshot handler.

Dependents:   GR-PEACH-webcam GR-Boards_WebCamera GR-Boards_WebCamera GR-Boards_WebCamera

Fork of HttpServer_snapshot by Renesas

Revision:
11:0700755d64ae
Parent:
5:b8f6a11c70db
--- a/Handler/RPCHandler.cpp	Tue Apr 19 02:21:29 2016 +0000
+++ b/Handler/RPCHandler.cpp	Fri Oct 28 06:15:29 2016 +0000
@@ -25,7 +25,7 @@
 
 #define RPC_DATA_LEN 128
 
-RPCHandler::RPCHandler(const char* rootPath, const char* path, TCPSocketConnection* pTCPSocketConnection) : HTTPRequestHandler(rootPath, path, pTCPSocketConnection)
+RPCHandler::RPCHandler(const char* rootPath, const char* path, TCPSocket* pTCPSocket) : HTTPRequestHandler(rootPath, path, pTCPSocket)
 {}
 
 RPCHandler::~RPCHandler()
@@ -132,3 +132,4 @@
 }
 
 
+