fix description 13/114113/1 accepted/tizen/common/20170210.170256 accepted/tizen/ivi/20170210.083247 accepted/tizen/mobile/20170210.083227 submit/tizen/20170210.052729 submit/tizen_unified/20170308.100407
authorjomui <jongmun.woo@samsung.com>
Fri, 10 Feb 2017 05:10:23 +0000 (14:10 +0900)
committerjomui <jongmun.woo@samsung.com>
Fri, 10 Feb 2017 05:10:39 +0000 (14:10 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I7e5e7d47c43411c5ec06da42d07d72e009cd0c61

Tizen.Location.Geofence/Tizen.Location.Geofence/Fence.cs
Tizen.Location.Geofence/Tizen.Location.Geofence/FenceStatus.cs
Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceManager.cs
Tizen.Location.Geofence/Tizen.Location.Geofence/VirtualPerimeter.cs

index bbbe0c6..7f6340c 100755 (executable)
@@ -205,7 +205,7 @@ namespace Tizen.Location.Geofence
         /// <returns>Newly created geofence instance </returns>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public static Fence CreateGPSFence(int placeId, int latitude, int longitude, int radius, string address)
         {
@@ -228,7 +228,7 @@ namespace Tizen.Location.Geofence
         /// <returns>Newly created geofence instance </returns>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public static Fence CreateWifiFence(int placeId, string bssid, string ssid)
         {
@@ -251,7 +251,7 @@ namespace Tizen.Location.Geofence
         /// <returns>Newly created geofence instance </returns>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public static Fence CreateBTFence(int placeId, string bssid, string ssid)
         {
index 9c84c25..242ffc6 100644 (file)
@@ -39,7 +39,6 @@ namespace Tizen.Location.Geofence
         /// Creates a new geofence status.
         /// </summary>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public FenceStatus(int fenceId)
         {
@@ -61,7 +60,6 @@ namespace Tizen.Location.Geofence
         /// <summary>
         /// Gets the state of geofence.
         /// </summary>
-        /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public GeofenceState State
         {
@@ -81,7 +79,6 @@ namespace Tizen.Location.Geofence
         /// <summary>
         /// Gets the amount of seconds geofence is in the current state.
         /// </summary>
-        /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public int Duration
         {
index b2bb3ff..08ad591 100755 (executable)
@@ -48,7 +48,7 @@ namespace Tizen.Location.Geofence
         /// </summary>
         /// <exception cref="OutOfMemoryException">Incase of OutOfMemory condition</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public GeofenceManager()
         {
@@ -95,7 +95,7 @@ namespace Tizen.Location.Geofence
         /// </remarks>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public void Start(int geofenceId)
         {
@@ -117,7 +117,7 @@ namespace Tizen.Location.Geofence
         /// </remarks>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public void Stop(int geofenceId)
         {
index 283a583..584ba29 100755 (executable)
@@ -52,7 +52,7 @@ namespace Tizen.Location.Geofence
         /// <privilege>http://tizen.org/privilege/location</privilege>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public int AddPlaceName(string name)
         {
@@ -74,7 +74,7 @@ namespace Tizen.Location.Geofence
         /// <privilege>http://tizen.org/privilege/location</privilege>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public void UpdatePlace(int placeId, string name)
         {
@@ -92,7 +92,7 @@ namespace Tizen.Location.Geofence
         /// <privilege>http://tizen.org/privilege/location</privilege>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public void RemovePlace(int placeId)
         {
@@ -112,7 +112,7 @@ namespace Tizen.Location.Geofence
         /// <privilege>http://tizen.org/privilege/location</privilege>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public int AddGeofence(Fence fence)
         {
@@ -133,7 +133,7 @@ namespace Tizen.Location.Geofence
         /// <privilege>http://tizen.org/privilege/location</privilege>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public void RemoveGeofence(int fenceId)
         {
@@ -152,7 +152,7 @@ namespace Tizen.Location.Geofence
         /// <privilege>http://tizen.org/privilege/location</privilege>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public string GetPlaceName(int placeId)
         {
@@ -172,7 +172,7 @@ namespace Tizen.Location.Geofence
         /// <returns>list of places registered as PlaceData instance list.</returns>
         /// <privilege>http://tizen.org/privilege/location</privilege>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public IEnumerable<PlaceData> GetPlaceDataList()
         {
@@ -202,7 +202,7 @@ namespace Tizen.Location.Geofence
         /// <returns>list of FenceData instances registred for each Geofence</returns>
         /// <privilege>http://tizen.org/privilege/location</privilege>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public IEnumerable<FenceData> GetFenceDataList()
         {
@@ -234,7 +234,7 @@ namespace Tizen.Location.Geofence
         /// <privilege>http://tizen.org/privilege/location</privilege>
         /// <exception cref="ArgumentException">Incase of Invalid parameter</exception>
         /// <exception cref="InvalidOperationException">Incase of any System error</exception>
-        /// <exception cref="UnauthorizedAccessException">Incase of Pvivileges are not defined</exception>
+        /// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
         /// <exception cref="NotSupportedException">Incase of Geofence is not supported</exception>
         public IEnumerable<FenceData> GetGeoFenceDataListByPlaceId(int placeId)
         {