summaryrefslogtreecommitdiff
path: root/libtiutils/ErrorUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtiutils/ErrorUtils.h')
-rw-r--r--libtiutils/ErrorUtils.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libtiutils/ErrorUtils.h b/libtiutils/ErrorUtils.h
index 204ec97..c6c23a2 100644
--- a/libtiutils/ErrorUtils.h
+++ b/libtiutils/ErrorUtils.h
@@ -23,6 +23,8 @@
///Header file where all the OMX error codes are defined
#include "OMX_Core.h"
+#include "Status.h"
+
extern "C"
{
@@ -30,7 +32,8 @@ extern "C"
#include "timm_osal_error.h"
};
-namespace android {
+namespace Ti {
+namespace Utils {
///Generic class with static methods to convert any standard error type to Android error type
class ErrorUtils
@@ -47,6 +50,7 @@ public:
};
-};
+} // namespace Utils
+} // namespace Ti
#endif /// ERROR_UTILS_H