summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomui <jongmun.woo@samsung.com>2017-08-08 10:06:53 +0900
committerjomui <jongmun.woo@samsung.com>2017-08-08 10:07:07 +0900
commit1d16fcf80db6c933b24a6d6e0f06eb01333bb386 (patch)
tree7fc4678641378a8ba4ea6e4a5568678a7f3b680d
parentae6239646ef21783b2e36f330ce3266dea9b3457 (diff)
downloadmaps-accepted/tizen_4.0_unified.tar.gz
maps-accepted/tizen_4.0_unified.tar.bz2
maps-accepted/tizen_4.0_unified.zip
Signed-off-by: jomui <jongmun.woo@samsung.com> Change-Id: I3aaec0c335e181afb2eb490b0d5d098cee1154fd
-rwxr-xr-xTizen.Maps/Interop/Interop.ErrorCode.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tizen.Maps/Interop/Interop.ErrorCode.cs b/Tizen.Maps/Interop/Interop.ErrorCode.cs
index 8c4eaab..89d4916 100755
--- a/Tizen.Maps/Interop/Interop.ErrorCode.cs
+++ b/Tizen.Maps/Interop/Interop.ErrorCode.cs
@@ -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)