modify description 12/142912/1 accepted/tizen_4.0_unified accepted/tizen_unified tizen_4.0 accepted/tizen/4.0/unified/20170828.223354 accepted/tizen/unified/20170809.015244 submit/tizen/20170808.014517 submit/tizen/20170808.014702 submit/tizen/20170808.100906 submit/tizen_4.0/20170828.100003
authorjomui <jongmun.woo@samsung.com>
Tue, 8 Aug 2017 01:06:53 +0000 (10:06 +0900)
committerjomui <jongmun.woo@samsung.com>
Tue, 8 Aug 2017 01:07:07 +0000 (10:07 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I3aaec0c335e181afb2eb490b0d5d098cee1154fd

Tizen.Maps/Interop/Interop.ErrorCode.cs

index 8c4eaab..89d4916 100755 (executable)
@@ -55,7 +55,7 @@ internal static class ErrorCodeExtensions
     }
 
     /// <summary>
-    /// Utility method to check for error, returns false if failed and print warning messages
+    /// The utility method to check for an error. Returns false on failure and prints warning messages.
     /// </summary>
     /// <returns>Returns true in case of no error, otherwise false.</returns>
     internal static bool WarnIfFailed(this Interop.ErrorCode err, string msg, [CallerFilePath] string file = "", [CallerMemberName] string func = "", [CallerLineNumber] int line = 0)
@@ -69,7 +69,7 @@ internal static class ErrorCodeExtensions
     }
 
     /// <summary>
-    /// Utility method to check for error, returns false if failed and throw exception
+    /// The utility method to check for an error. Returns false on failure and throws an exception.
     /// </summary>
     /// <returns>Returns true in case of no error, otherwise false.</returns>
     internal static bool ThrowIfFailed(this Interop.ErrorCode err, string msg, [CallerFilePath] string file = "", [CallerMemberName] string func = "", [CallerLineNumber] int line = 0)