Adapt BinaryQueue to Cynara. Add new exception classes
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 17 Jun 2014 19:12:53 +0000 (21:12 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 3 Jul 2014 12:19:09 +0000 (14:19 +0200)
commit748db96c6ceb3fa1796eb586b7c00c836957c3bd
tree3b23b515c66ec672bd68c921a55daefedd42a368
parent29a9239c0d3df39936255d4fe470dd01ded80143
Adapt BinaryQueue to Cynara. Add new exception classes

Change-Id: Ide3a7eb6e9d44c265d67285b863dabe5cfe52079
Change: code formatting, ifdef guards, exceptions, nocopyability, namespace.
src/common/CMakeLists.txt
src/common/containers/BinaryQueue.cpp [moved from src/common/containers/binary_queue.cpp with 58% similarity]
src/common/containers/BinaryQueue.h [moved from src/common/containers/binary_queue.h with 78% similarity]
src/common/exceptions/NullPointerException.h [new file with mode: 0644]
src/common/exceptions/OutOfDataException.h [new file with mode: 0644]