Merge "Revert "Fix duplicated alarms."" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FBaseRt.h
1 //
2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
3 //
4 // Licensed under the Apache License, Version 2.0 (the License);
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 // http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 //
16
17 /**
18  * @file                        FBaseRt.h
19  * @brief                       This is the header file for the %Runtime namespace.
20  *
21  * This header file contains the declarations of the %Runtime namespace.
22  *
23  */
24
25 #ifndef _FBASE_RT_H_
26 #define _FBASE_RT_H_
27
28 #include <FBaseRtEvent.h>
29 #include <FBaseRtEventDrivenThread.h>
30 #include <FBaseRtIEventArg.h>
31 #include <FBaseRtIEventListener.h>
32 #include <FBaseRtITimerEventListener.h>
33 #include <FBaseRtLibrary.h>
34 #include <FBaseRtMemoryManager.h>
35 #include <FBaseRtMonitor.h>
36 #include <FBaseRtMonitorGuard.h>
37 #include <FBaseRtMutex.h>
38 #include <FBaseRtMutexGuard.h>
39 #include <FBaseRtSemaphore.h>
40 #include <FBaseRtSemaphoreGuard.h>
41 #include <FBaseRtThread.h>
42 #include <FBaseRtTimer.h>
43 #include <FBaseRtTypes.h>
44
45 /**
46  * @namespace   Tizen::Base::Runtime
47  * @brief               This namespace contains classes for running applications.
48  * @since 2.0
49  *
50  * @remarks     @b Header @b %file: @b \#include @b <FBase.h> @n
51  *                              @b Library : @b osp-appfw
52  *
53  *
54  * The %Runtime namespace contains classes for running applications.
55  * The runtime environment includes threading, synchronization objects,
56  * and timer.
57  *
58  * For more information on the %Base::Runtime namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/base/runtime_namespace.htm">Runtime</a>.
59  *
60  *      The following diagram illustrates the relationships between the classes belonging to the %Runtime namespace.
61  *      @image html base_runtime_namespace_classdiagram.png
62  *
63  *
64  *
65  */
66
67 namespace Tizen { namespace Base { namespace Runtime
68 {
69
70 }}} // Tizen::Base::Runtime
71
72 #endif // _FBASE_RT_H_