Fix build break in Profiling build type.
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Tue, 1 Oct 2013 07:42:15 +0000 (09:42 +0200)
committerHoseon LEE <hoseon46.lee@samsung.com>
Mon, 14 Oct 2013 11:19:14 +0000 (20:19 +0900)
commita5cc6a227ea18f071522cfd9e8774721900dfdef
tree4ea87102c722c486cf4b236cd8c052c9cfe17a22
parenteacebe5e27a830145213be192bf8d089e8076e04
Fix build break in Profiling build type.

[Issue#]   N/A
[Problem]  Build break in Profiling build type.
[Cause]    Profiling API not adjusted to C language (e.g. bool type).
[Solution] Fix build break.

[Verification] Build repository with following command:
    $ gbs build -A armv7l --define 'build_type Profiling'

Change-Id: I5a0338353607250a757ff45bd42d44c5dd363b66
src/CMakeLists.txt
src/profiling/profiling_util.cpp
src/profiling/profiling_util.h
src/wrt-client/CMakeLists.txt