2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
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
8 // http://www.apache.org/licenses/LICENSE-2.0
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.
19 * @brief This is the header file for the %Runtime namespace.
21 * This header file contains the declarations of the %Runtime namespace.
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>
46 * @namespace Tizen::Base::Runtime
47 * @brief This namespace contains classes for running applications.
50 * @remarks @b Header @b %file: @b \#include @b <FBase.h> @n
51 * @b Library : @b osp-appfw
54 * The %Runtime namespace contains classes for running applications.
55 * The runtime environment includes threading, synchronization objects,
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>.
60 * The following diagram illustrates the relationships between the classes belonging to the %Runtime namespace.
61 * @image html base_runtime_namespace_classdiagram.png
67 namespace Tizen { namespace Base { namespace Runtime
70 }}} // Tizen::Base::Runtime
72 #endif // _FBASE_RT_H_