tizen 2.4 release
[framework/web/wrt-commons.git] / modules / core / include / dpl / binary_queue.h
old mode 100644 (file)
new mode 100755 (executable)
similarity index 99%
rename from modules_mobile/core/include/dpl/binary_queue.h
rename to modules/core/include/dpl/binary_queue.h
index f4fa278..933cb93
@@ -131,7 +131,7 @@ class BinaryQueue :
      * @param[in] other Other binary queue to copy from
      * @warning One cannot assume that bucket structure is preserved during copy
      */
-    const BinaryQueue &operator=(const BinaryQueue &other);
+    BinaryQueue &operator=(const BinaryQueue &other);
 
     /**
      * Append copy of @a bufferSize bytes from memory pointed by @a buffer