tizen 2.4 release
[framework/web/wrt-commons.git] / modules / core / include / dpl / atomic.h
similarity index 93%
rename from modules_wearable/core/include/dpl/atomic.h
rename to modules/core/include/dpl/atomic.h
index 50c4a1a..80dd445 100644 (file)
@@ -25,6 +25,8 @@
 #pragma GCC system_header
 #include <glib.h>
 
+#include <dpl/availability.h>
+
 namespace DPL {
 class Atomic
 {
@@ -43,7 +45,7 @@ class Atomic
     void operator++();
 
     operator ValueType() const;
-};
+} DPL_DEPRECATED_WITH_MESSAGE("Use std::atomic instead");
 } // namespace DPL
 
 #endif // DPL_ATOMIC_H