8 #ifndef META_OCEAN_DEVICES_IOS_IOS_H
9 #define META_OCEAN_DEVICES_IOS_IOS_H
37 #error This library is available on iOS platforms only!
41 #if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
42 #ifdef USE_OCEAN_DEVICES_IOS_EXPORT
43 #define OCEAN_DEVICES_IOS_EXPORT __declspec(dllexport)
45 #define OCEAN_DEVICES_IOS_EXPORT __declspec(dllimport)
48 #define OCEAN_DEVICES_IOS_EXPORT
57 #if defined(OCEAN_RUNTIME_STATIC)
void registerIOSLibrary()
Registers this IOS device library at the global device manager.
bool unregisterIOSLibrary()
Unregisters this IOS device library at the global device manager.
OCEAN_DEVICES_IOS_EXPORT const std::string & nameIOSLibrary()
Returns the name of this devices library.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15