Fix a build error in MOBILE profile from accessibility impl code 46/55746/1
authorYoonsang Lee <ysang114.lee@samsung.com>
Tue, 29 Dec 2015 05:34:36 +0000 (14:34 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Tue, 29 Dec 2015 06:21:49 +0000 (15:21 +0900)
commitfbe127bc25ac610d78cd0657a067c9c459585830
treebc77bec55399e8c5c70b3229c8af4d14a42d17ba
parent5c7f2d3b0b4a5cff0733c23e3095c297b8b28ee6
Fix a build error in MOBILE profile from accessibility impl code

- There is no reason to have a different version for X11 vs Wayland, as
Paul mentioned in his patch (https://review.tizen.org/gerrit/#/c/54601/).
- But it's not true CURRENTLY, as EFL on Wayland has not been
implemented of full accessibility features.
- So on Wayland, we need to cut out some of features working on X11
including sending message to the indicator.
- That's what has been done by previous version of accessibility impl
files - accessibility-adaptor-impl-x.cpp & accessibility-adaptor-impl-wl.cpp.
- Currently no need to have ..-x.cpp & -wl.cpp again, because accessibility
features anyway should be implemented, and then we will only need one
impl file.
- Instead in this patch, #ifndef WAYLAND is used to decide whether current build configure is
for wayland or not. I believe this is acceptable for those difference
between X11 & Wayland supporting that would not be long-lasting.

Change-Id: Ia587261dbc343f5199a9fba7427bc30021b22979
adaptors/mobile/accessibility-adaptor-impl-mobile.cpp