IVGCVSW-4164 Change the callbacks to a C++ pure virtual interface
authorFinn Williams <Finn.Williams@arm.com>
Fri, 21 Feb 2020 11:14:08 +0000 (11:14 +0000)
committerJim Flynn <jim.flynn@arm.com>
Mon, 2 Mar 2020 12:51:36 +0000 (12:51 +0000)
commit510f6183d289b176702a18f020449c68be6f1075
tree28e8e4f27af5d1ee912c93d47628ec219d37a722
parent4c998993bda1475595be5505690ff4e08dc2389e
IVGCVSW-4164 Change the callbacks to a C++ pure virtual interface

Signed-off-by: Finn Williams <Finn.Williams@arm.com>
Change-Id: I0a15b9f228ceb5a8393a48571b345394c005ee1f
CMakeLists.txt
tests/profiling/timelineDecoder/ITimelineDecoder.h [deleted file]
tests/profiling/timelineDecoder/ITimelineDecoder.hpp [new file with mode: 0644]
tests/profiling/timelineDecoder/TimelineCaptureCommandHandler.cpp
tests/profiling/timelineDecoder/TimelineCaptureCommandHandler.hpp
tests/profiling/timelineDecoder/TimelineDecoder.cpp
tests/profiling/timelineDecoder/TimelineDecoder.hpp [new file with mode: 0644]
tests/profiling/timelineDecoder/TimelineModel.h [deleted file]
tests/profiling/timelineDecoder/tests/TimelineTestFunctions.hpp [deleted file]
tests/profiling/timelineDecoder/tests/TimelineTests.cpp