Fix a few compile errors:
authorRob Hughes <robert.hughes@arm.com>
Wed, 13 Nov 2019 11:53:48 +0000 (11:53 +0000)
committerRob Hughes <robert.hughes@arm.com>
Thu, 14 Nov 2019 10:47:03 +0000 (10:47 +0000)
commit270233fc7c57486026f381cd8ba6a71b84d7be2d
tree6e75bee1a1d6042e104e8ea780cf524122c3f990
parentb5b3b35288578154525b38ea708ca564530f0c5d
Fix a few compile errors:

* Replace use of non-standard integral types (e.g. u_char)
* Convert boost::filesystem::paths to std::strings using the .string()
method rather than .c_str(), because on Windows .c_str() returns a wide
character string, which is not convertible to a std::string.

Change-Id: Ia86b0653697033bb1afa01e64b5b2103dd042ffd
Signed-off-by: Robert Hughes <robert.hughes@arm.com>
src/profiling/DirectoryCaptureCommandHandler.cpp
src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp
tests/profiling/gatordmock/GatordMockService.cpp
tests/profiling/gatordmock/GatordMockService.hpp
tests/profiling/gatordmock/tests/GatordMockTests.cpp