API deprecation warning message
[platform/core/api/location-manager.git] / include / locations.h
index 6f1eba6..81c8c9a 100755 (executable)
@@ -17,6 +17,7 @@
 #ifndef __TIZEN_LOCATION_LOCATIONS_H__
 #define __TIZEN_LOCATION_LOCATIONS_H__
 
+#include <tizen.h>
 #include <tizen_type.h>
 #include <tizen_error.h>
 #include <time.h>
@@ -672,7 +673,7 @@ int location_manager_get_last_accuracy(location_manager_h manager, location_accu
  * @retval #LOCATIONS_ERROR_INVALID_PARAMETER          Invalid argument
  * @retval #LOCATIONS_ERROR_NOT_SUPPORTED                      Not supported
  */
-int location_manager_get_accessibility_state(location_accessibility_state_e *state);
+int location_manager_get_accessibility_state(location_accessibility_state_e *state) TIZEN_DEPRECATED_API;
 
 /**
  * @brief Registers a callback function to be invoked at defined interval with updated position information.