IVGCVSW-4065 Refactor the IPacketBuffer smart pointers
authorMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 5 Nov 2019 11:47:40 +0000 (11:47 +0000)
committerJim Flynn Arm <jim.flynn@arm.com>
Tue, 5 Nov 2019 14:27:39 +0000 (14:27 +0000)
commit2ffcc4179648bbd6fb08342969391a2bcd027221
treef5d06780073bf8354a6b0195dca9961dc1f03ed5
parentb67f95796b03c1a5d3b3fa6a40f6baf85bdd09cb
IVGCVSW-4065 Refactor the IPacketBuffer smart pointers

 * Added convenience "using" statement for the unique pointers to
   IPacketBuffer
 * Replaced all the occurrencies in the code

Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Change-Id: Iffec3a425ffbc1ecb23012971563a48139eb32eb
src/profiling/BufferManager.cpp
src/profiling/BufferManager.hpp
src/profiling/IBufferManager.hpp
src/profiling/IPacketBuffer.hpp
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/SendCounterPacket.cpp
src/profiling/SendCounterPacket.hpp
src/profiling/SendTimelinePacket.hpp
src/profiling/test/BufferTests.cpp
src/profiling/test/SendCounterPacketTests.hpp