Reduced the amount of AccessibilityAdaptor copy 'n' paste 01/54601/19
authorPaul Wisbey <p.wisbey@samsung.com>
Wed, 16 Dec 2015 11:00:14 +0000 (11:00 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Thu, 17 Dec 2015 09:24:12 +0000 (01:24 -0800)
commitd738d9889a07023673f4dd092a6776bff4f7116e
tree2dc5b84f36792e6b0c681b1281229164b6688e23
parentbbb779b2db0f2fffdbd9830146a2dcba4a4f8943
Reduced the amount of AccessibilityAdaptor copy 'n' paste

The 'mobile' version is different since it forwards events to the indicator.
There is currently no reason to have a different version for X11 vs Wayland.

Change-Id: I370b26763867beca7b8064a1b3e9b6a243f8a098
14 files changed:
adaptors/common/accessibility-adaptor-impl.cpp [new file with mode: 0644]
adaptors/common/accessibility-adaptor-impl.h
adaptors/common/file.list
adaptors/mobile/accessibility-adaptor-impl-mobile.cpp [new file with mode: 0644]
adaptors/mobile/accessibility-adaptor-impl-mobile.h [new file with mode: 0644]
adaptors/mobile/file.list
adaptors/tizen/accessibility-adaptor-impl-tizen.cpp
adaptors/tizen/file.list
adaptors/ubuntu/accessibility-adaptor-impl-ubuntu.cpp
adaptors/wayland/accessibility-adaptor-impl-wl.cpp [deleted file]
adaptors/wayland/file.list
adaptors/x11/accessibility-adaptor-impl-x.cpp [deleted file]
adaptors/x11/file.list
build/tizen/adaptor/Makefile.am