2d57b162151c0f2a6f9980173b73ceb84dd7bf1d
[platform/framework/native/telephony.git] / inc / FTelephony.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  * @file    FTelephony.h
19  * @brief   This is the header file for the %Telephony namespace.
20  *
21  * This header file contains the declarations and descriptions of the %Telephony namespace.
22  */
23 #ifndef _FTELEPHONY_H_
24 #define _FTELEPHONY_H_
25
26
27 #include <FTelTypes.h>
28 #include <FTelCallInfo.h>
29 #include <FTelCallManager.h>
30 #include <FTelNetworkInfo.h>
31 #include <FTelNetworkStatus.h>
32 #include <FTelNetworkManager.h>
33 #include <FTelSimInfo.h>
34 #include <FTelITelephonyCallEventListener.h>
35 #include <FTelITelephonyCallForwardListener.h>
36 #include <FTelITelephonyNetworkEventListener.h>
37 #include <FTelITelephonyNetworkSettingListener.h>
38
39
40 /**
41  * @namespace   Tizen::Telephony
42  * @brief       This namespace contains classes and interfaces of the %Telephony service.
43  * @since       2.0
44  *
45  * @remarks     @b Header @b %file: @b \#include @b <FTelephony.h> @n
46  *              @b Library : @b osp-telephony
47  *
48  * The %Telephony namespace is one of the main namespaces of the Tizen framework.
49  * It provides classes and methods that enable an application to
50  * access the telephony capabilities of the device, such as call facility (call information and status),
51  * network query services, and SIM module.
52  *
53  * For more information on the %Telephony namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/telephony/telephony.htm">Telephony Guide</a>.
54  *
55  *
56  * The following diagram illustrates the relationships between the classes belonging to the %Telephony namespace.
57  * @image html telephony_using_the_apis_classdiagram.png
58  *
59  **/
60
61 namespace Tizen { namespace Telephony
62 {
63 }} // Tizen::Telephony
64 #endif // _FTELEPHONY_H_