Modify Scanner class
[platform/framework/native/appfw.git] / inc / FBaseRt.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 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                        FBaseRt.h
20  * @brief                       This is the header file for the %Runtime namespace.
21  *
22  * This header file contains the declarations of the %Runtime namespace.
23  *
24  */
25
26 #ifndef _FBASE_RT_H_
27 #define _FBASE_RT_H_
28
29 #include <FBaseRtEvent.h>
30 #include <FBaseRtEventDrivenThread.h>
31 #include <FBaseRtIEventArg.h>
32 #include <FBaseRtIEventListener.h>
33 #include <FBaseRtITimerEventListener.h>
34 #include <FBaseRtLibrary.h>
35 #include <FBaseRtMemoryManager.h>
36 #include <FBaseRtMonitor.h>
37 #include <FBaseRtMonitorGuard.h>
38 #include <FBaseRtMutex.h>
39 #include <FBaseRtMutexGuard.h>
40 #include <FBaseRtSemaphore.h>
41 #include <FBaseRtSemaphoreGuard.h>
42 #include <FBaseRtThread.h>
43 #include <FBaseRtTimer.h>
44 #include <FBaseRtTypes.h>
45
46 /**
47  * @namespace   Tizen::Base::Runtime
48  * @brief               This namespace contains classes for running applications.
49  * @since 2.0
50  *
51  * @remarks     @b Header @b %file: @b \#include @b <FBase.h> @n
52  *                              @b Library : @b osp-appfw
53  *
54  *
55  * The %Runtime namespace contains classes for running applications.
56  * The runtime environment includes threading, synchronization objects,
57  * and timer.
58  *
59  * For more information on the %Base::Runtime namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/base/runtime_namespace.htm">Runtime</a>.
60  *
61  *      The following diagram illustrates the relationships between the classes belonging to the %Runtime namespace.
62  *      @image html base_runtime_namespace_classdiagram.png
63  *
64  *
65  *
66  */
67
68 namespace Tizen { namespace Base { namespace Runtime
69 {
70
71 }}} // Tizen::Base::Runtime
72
73 #endif // _FBASE_RT_H_