OSDN Git Service

update libMiMic
[mimic/MiMicSDK.git] / lib / src / net / httpd / NyLPC_cHttpdConnection_protected.h
index d9a5167..f021605 100644 (file)
@@ -7,9 +7,9 @@
 \r
 #ifndef NYLPC_CHTTPDCONNECTION_PROTECTED_H_\r
 #define NYLPC_CHTTPDCONNECTION_PROTECTED_H_\r
-#include "NyLPC_uipService.h"\r
-#include "NyLPC_cHttpdConnection.h"\r
+#include "NyLPC_netif.h"\r
 #include "NyLPC_stdlib.h"\r
+#include "NyLPC_cHttpdConnection.h"\r
 #include "NyLPC_cHttpdUtils.h"\r
 \r
 #ifdef __cplusplus\r
@@ -51,7 +51,7 @@ NyLPC_TBool NyLPC_cHttpdConnection_closeResponse(NyLPC_TcHttpdConnection_t* i_in
 /**\r
  * ソケットをlistenします。LISTEN状態のソケットに使えます。\r
  */\r
-NyLPC_TBool NyLPC_cHttpdConnection_listenSocket(NyLPC_TcHttpdConnection_t* i_inst,NyLPC_TcTcpListener_t* i_listener);\r
+NyLPC_TBool NyLPC_cHttpdConnection_listenSocket(NyLPC_TcHttpdConnection_t* i_inst,NyLPC_TiTcpListener_t* i_listener);\r
 \r
 /**\r
  * コネクションのソケットをacceptします。\r
@@ -94,7 +94,7 @@ void NyLPC_cHttpdConnection_requestParsed(NyLPC_TcHttpdConnection_t* i_inst);
  * HTTPリクエストのバージョンが1.1かつconnectionがCLOSEで無い場合、CONTINUEを指定することで持続性接続に設定できる。\r
  * 関数は、NyLPC_cHttpdConnection_sendResponseHeaderをコールする前に実行すること。\r
  */\r
-#define NyLPC_cHttpdConnection_setConnectionMode(i_inst,i_mode)        (i_inst)->_connection_message_mode=(i_mode)\r
+#define NyLPC_cHttpdConnection_setConnectionMode(i_inst,i_mode)     (i_inst)->_connection_message_mode=(i_mode)\r
 \r
 NyLPC_TUInt16 NyLPC_cHttpd_incNumOfConnection(NyLPC_TcHttpd_t* i_inst);\r
 NyLPC_TUInt16 NyLPC_cHttpd_decNumOfConnection(NyLPC_TcHttpd_t* i_inst);\r