OSDN Git Service

cfee3a818e36388377a3a66041d1ed4d7e6b82fb
[mimic/MiMicSDK.git] / lib / src / include / NyLPC_net.h
1 /*********************************************************************************\r
2  * PROJECT: MiMic\r
3  * --------------------------------------------------------------------------------\r
4  *\r
5  * This file is part of MiMic\r
6  * Copyright (C)2011 Ryo Iizuka\r
7  *\r
8  * MiMic is free software: you can redistribute it and/or modify\r
9  * it under the terms of the GNU Lesser General Public License as published\r
10  * by the Free Software Foundation, either version 3 of the License, or\r
11  * (at your option) any later version.\r
12  *\r
13  * This program is distributed in the hope that it will be useful,\r
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
16  * GNU General Public License for more details.\r
17  *\r
18  * You should have received a copy of the GNU Lesser General Public License\r
19  * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
20  *\r
21  * For further information please contact.\r
22  *      http://nyatla.jp/\r
23  *      <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
24  *\r
25  *********************************************************************************/\r
26 /**\r
27  * @file\r
28  * このファイルは、mimicVmディレクトリ以下に宣言されるヘッダファイルを集積します。\r
29  */\r
30 #ifndef NYLPC_NET_H_\r
31 #define NYLPC_NET_H_\r
32 #include "../net/NyLPC_cNet.h"\r
33 \r
34 #include "../net/mdns/NyLPC_cMDnsServer.h"\r
35 #include "../net/apipa/NyLPC_cApipa.h"\r
36 \r
37 #include "../net/httpd/NyLPC_cHttpdConnection.h"\r
38 #include "../net/httpd/NyLPC_cHttpd.h"\r
39 #include "../net/httpd/NyLPC_cHttpdUtils.h"\r
40 \r
41 #include "../net/httpd/mod/NyLPC_cModFileIoBaseClass.h"\r
42 #include "../net/httpd/mod/NyLPC_cModRemoteMcu.h"\r
43 #include "../net/httpd/mod/NyLPC_cModMiMicSetting.h"\r
44 #include "../net/httpd/mod/NyLPC_cModRomFiles.h"\r
45 #include "../net/httpd/mod/NyLPC_cModUrl.h"\r
46 #include "../net/httpd/mod/NyLPC_cModUPnPDevice.h"\r
47 \r
48 #include "../net/httpcl/NyLPC_cHttpClient.h"\r
49 \r
50 \r
51 #include "../net/upnp/NyLPC_cSsdpSocket.h"\r
52 #include "../net/upnp/NyLPC_cUPnP.h"\r
53 \r
54 #ifdef __cplusplus\r
55 extern "C" {\r
56 #endif /* __cplusplus */\r
57 \r
58 #ifdef __cplusplus\r
59 }\r
60 #endif /* __cplusplus */\r
61 \r
62 #endif\r