Merge from 2.2
[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 <FTelSimStateManager.h>
35 #include <FTelITelephonyCallEventListener.h>
36 #include <FTelITelephonyCallForwardListener.h>
37 #include <FTelITelephonyNetworkEventListener.h>
38 #include <FTelITelephonyNetworkSettingListener.h>
39 #include <FTelITelephonySimEventListener.h>
40 #include <FTelISimStateManagerGetPinLockSettingResultListener.h>
41
42
43 /**
44  * @namespace   Tizen::Telephony
45  * @brief       This namespace contains classes and interfaces for the %Telephony service.
46  * @since       2.0
47  *
48  * @remarks     @b Header @b %file: @b \#include @b <FTelephony.h> @n
49  *              @b Library: @b osp-telephony @n
50  *
51  * The %Telephony namespace contains classes and methods that enable an application to
52  * access the telephony capabilities of the device, such as the call facility (call information and status),
53  * the network query services, and the SIM module.
54  *
55  * For more information on the %Telephony namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/telephony/telephony.htm">Telephony Guide</a>.
56  *
57  *
58  * The following diagram illustrates the relationships between the classes belonging to the %Telephony namespace.
59  * @image html telephony_using_the_apis_classdiagram.png
60  *
61  **/
62
63 namespace Tizen { namespace Telephony
64 {
65 }} // Tizen::Telephony
66 #endif // _FTELEPHONY_H_