summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++/include/rtems++/rtemsTaskMode.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/librtems++/include/rtems++/rtemsTaskMode.h')
-rw-r--r--c/src/librtems++/include/rtems++/rtemsTaskMode.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/librtems++/include/rtems++/rtemsTaskMode.h b/c/src/librtems++/include/rtems++/rtemsTaskMode.h
index 63923c8f37..2e575fd003 100644
--- a/c/src/librtems++/include/rtems++/rtemsTaskMode.h
+++ b/c/src/librtems++/include/rtems++/rtemsTaskMode.h
@@ -6,7 +6,7 @@
COPYRIGHT (c) 1997
Objective Design Systems Ltd Pty (ODS)
All rights reserved (R) Objective Design Systems Ltd Pty
-
+
The license and distribution terms for this file may be found in the
file LICENSE in this distribution or at
http://www.rtems.com/license/LICENSE.
@@ -29,7 +29,7 @@
Methods are provided for accessing and controlling a specific
mode. The returned value will only contain the requested mode's flags,
and only the that mode will be changed when setting a mode.
-
+
------------------------------------------------------------------------ */
#if !defined(_rtemsTaskMode_h_)
@@ -45,9 +45,9 @@ class rtemsTaskMode
: public rtemsStatusCode
{
public:
-
+
rtemsTaskMode() {};
-
+
// group mode control, OR the values together
inline const rtems_status_code get_mode(rtems_mode& mode);
inline const rtems_status_code set_mode(const rtems_mode mode,
@@ -55,7 +55,7 @@ public:
inline const rtems_status_code set_mode(const rtems_mode mode,
const rtems_mode mask,
rtems_mode& old_mode);
-
+
// preemption control
inline const rtems_status_code get_preemption_state(rtems_mode& preemption);
inline const rtems_status_code set_preemption_state(const rtems_mode preemption);