summaryrefslogtreecommitdiffstats
path: root/libtiutils/Semaphore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtiutils/Semaphore.cpp')
-rw-r--r--libtiutils/Semaphore.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtiutils/Semaphore.cpp b/libtiutils/Semaphore.cpp
index 37f3a89..512eee3 100644
--- a/libtiutils/Semaphore.cpp
+++ b/libtiutils/Semaphore.cpp
@@ -21,7 +21,8 @@
#include <utils/Log.h>
#include <time.h>
-namespace android {
+namespace Ti {
+namespace Utils {
/**
@brief Constructor for the semaphore class
@@ -227,6 +228,5 @@ status_t Semaphore::WaitTimeout(int timeoutMicroSecs)
}
-};
-
-
+} // namespace Utils
+} // namespace Ti