Fixed bug.
[platform/framework/native/net.git] / inc / FNet.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file                FNet.h
20  * @brief               This is the header file for the %Net namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Net namespace.
23  */
24
25 #ifndef _FNET_H_
26 #define _FNET_H_
27
28 #include <FNetNetTypes.h>
29 #include <FNetIpAddress.h>
30 #include <FNetIp4Address.h>
31 #include <FNetNetEndPoint.h>
32 #include <FNetNetAccountInfo.h>
33 #include <FNetNetAccountManager.h>
34 #include <FNetNetConnectionInfo.h>
35 #include <FNetINetConnectionEventListener.h>
36 #include <FNetNetConnection.h>
37 #include <FNetIManagedNetConnectionEventListener.h>
38 #include <FNetManagedNetConnection.h>
39 #include <FNetNetConnectionManager.h>
40 #include <FNetNetStatistics.h>
41 #include <FNetIpHostEntry.h>
42 #include <FNetIDnsEventListener.h>
43 #include <FNetDns.h>
44 #include <FNetDhcpClientInfo.h>
45 #include <FNetILocalDhcpServerEventListener.h>
46 #include <FNetLocalDhcpServer.h>
47
48 #include <FNetSockets.h>
49 #include <FNetHttp.h>
50 #include <FNetWifi.h>
51 #ifndef _EXCEPT_DEPENDENCY_
52 #include <FNetBluetooth.h>
53 #include <FNetNfc.h>
54 #endif
55
56 namespace Tizen
57 {
58 /**
59  * @namespace   Tizen::Net
60  * @brief               This namespace contains the classes and interfaces for network account, connection, and addressing utilities.
61  * @since 2.0
62  *
63  * @remarks     @b Header @b %file: @b \#include @b <FNet.h> @n
64  *                              @b Library : @b osp-net @n
65  *
66  * The %Net namespace contains the different classes for the %Net namespace. @n
67  *
68  * This namespace helps to access the data communication capabilities of Tizen. It is responsible for managing connections and
69  *                              accounts, and maintaining IP addresses and connections to the system through %Bluetooth, Hypertext Transfer Protocol (HTTP), Near Field
70  *                              Communication (NFC), %Sockets, and Wi-Fi. It also provides methods for retrieving information about a specific host from the Internet Domain
71  *                              Name %System (DNS).
72  * @n
73  * For more information on the %Net namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/net/net_namespace.htm">Net Guide</a>.
74  *
75  * The following diagram illustrates the relationships between the classes belonging to the %Net namespace.
76  * @image html net_using_the_apis_classdiagram.png
77  *
78  */
79 namespace Net
80 {
81 } } // Tizen::Net
82 #endif // _FNET_H_