diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-13 20:45:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-13 23:17:38 +0300 |
commit | e9f260b38076ce56f131914cfb5ece242eb1225c (patch) | |
tree | db04b616a00931ab15cee70975738191bbdafca1 /cppuhelper | |
parent | 2b1329663a2034bfd622d9227573421b10bdad15 (diff) |
Minor refactoring of iOS code
Rename functions so that functions called by the UI layer for actions
to happen in the LO layer and functions called by the LO layer for
things to happen in the UI layer use different prefixes. Move
declarations to the generic <touch/touch.h> and avoid iOS-specific
types in the API.
Change-Id: Ieb8979065e02a87c4a415c934163265f2790d011
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index e9e021f78152..73f880947a18 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -34,7 +34,7 @@ #endif #ifdef IOS -#include <osl/detail/ios-bootstrap.h> +#include <osl/detail/component-mapping.h> #endif using namespace ::osl; |