removed wrong contacts, added authors
[platform/core/location/lbs-location.git] / location / include / location-types.h
index f82086e..4526cc6 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *                     Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -42,18 +39,18 @@ G_BEGIN_DECLS
  * @brief This represents the returned error code of used functions.
  */
 typedef enum {
-       LOCATION_ERROR_NONE = 0,                                /*/< Success. */
-       LOCATION_ERROR_NOT_ALLOWED,                             /*/< Location servie is not allowed from privacy settings. */
-       LOCATION_ERROR_NOT_AVAILABLE,                   /*/< Location service is not available. */
-       LOCATION_ERROR_NETWORK_FAILED,                  /*/< Network is not available. */
+       LOCATION_ERROR_NONE = 0,                /*/< Success. */
+       LOCATION_ERROR_NOT_ALLOWED,             /*/< Location servie is not allowed from privacy settings. */
+       LOCATION_ERROR_NOT_AVAILABLE,           /*/< Location service is not available. */
+       LOCATION_ERROR_NETWORK_FAILED,          /*/< Network is not available. */
        LOCATION_ERROR_NETWORK_NOT_CONNECTED,   /*/< Network is not connected. */
-       LOCATION_ERROR_CONFIGURATION,                   /*/< Configuration setting is not correct. */
-       LOCATION_ERROR_PARAMETER,                               /*/< Input parameter is not correct. */
-       LOCATION_ERROR_NOT_FOUND,                               /*/< Output is not found. */
-       LOCATION_ERROR_NOT_SUPPORTED,                   /*/< Not supported. */
-       LOCATION_ERROR_UNKNOWN,                                 /*/< Unknown error. */
-       LOCATION_ERROR_SETTING_OFF,                             /*/< Location service(GPS/WPS) is off in location settings. */
-       LOCATION_ERROR_SECURITY_DENIED,                 /*/< System disables location service. */
+       LOCATION_ERROR_CONFIGURATION,           /*/< Configuration setting is not correct. */
+       LOCATION_ERROR_PARAMETER,               /*/< Input parameter is not correct. */
+       LOCATION_ERROR_NOT_FOUND,               /*/< Output is not found. */
+       LOCATION_ERROR_NOT_SUPPORTED,           /*/< Not supported. */
+       LOCATION_ERROR_UNKNOWN,                 /*/< Unknown error. */
+       LOCATION_ERROR_SETTING_OFF,             /*/< Location service(GPS/WPS) is off in location settings. */
+       LOCATION_ERROR_SECURITY_DENIED,         /*/< System disables location service. */
 } LocationError;
 
 /**