Build break fix for tizen 3.0
authorPawel Sikorski <p.sikorski@samsung.com>
Wed, 25 Feb 2015 14:14:13 +0000 (15:14 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Thu, 26 Feb 2015 08:01:56 +0000 (17:01 +0900)
commit6419a82e8547489eb963c027982d357e2298fb69
treee7976cb0fa3929879f06652ef8613a395435cc62
parent664b141ca298a45e33446c8eb3a8202a6eeaefa2
Build break fix for tizen 3.0

VCONF_OK was originally defined in vconf.h external header.
However, in tizen 3, it has been removed from there. Now,
it is only declared in vconf-internals.h.

Since, it is not clear, if that is a final solution, this
patch redefines this constant.

Change-Id: I4beb5677f94c0b3a54bc8fd1a1cda19c780239f2
Signed-off-by: Pawel Sikorski <p.sikorski@samsung.com>
src/sound/sound_manager.cc