diff options
Diffstat (limited to 'Kernel/Source/ErrorOr.cxx')
| -rw-r--r-- | Kernel/Source/ErrorOr.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Kernel/Source/ErrorOr.cxx b/Kernel/Source/ErrorOr.cxx new file mode 100644 index 00000000..7cef9afb --- /dev/null +++ b/Kernel/Source/ErrorOr.cxx @@ -0,0 +1,12 @@ +/* ------------------------------------------- + + Copyright SoftwareLabs + +------------------------------------------- */ + +#include <NewKit/ErrorOr.hpp> + +/***********************************************************************************/ +/// @file ErrorOr.cxx /// +/// @brief Error Or Value class. /// +/***********************************************************************************/ |
