From: Paweł Szewczyk
Date: Mon, 18 Dec 2017 11:44:35 +0000 (+0100)
Subject: [Usb] Add missing API Version informations
X-Git-Tag: 5.0.0-preview1-00415^0
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F164313%2F1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git
[Usb] Add missing API Version informations
Change-Id: I8ef7a61ae6d84d4337b9e4a1e1c215aa76a6c0a8
Signed-off-by: Paweł Szewczyk
---
diff --git a/src/Tizen.System.Usb/Usb/UsbConfiguration.cs b/src/Tizen.System.Usb/Usb/UsbConfiguration.cs
index 34ec88e..d04c123 100755
--- a/src/Tizen.System.Usb/Usb/UsbConfiguration.cs
+++ b/src/Tizen.System.Usb/Usb/UsbConfiguration.cs
@@ -171,6 +171,7 @@ namespace Tizen.System.Usb
///
/// Finalizes an instance of the UsbConfiguration class.
///
+ /// 5
~UsbConfiguration()
{
Dispose(false);
@@ -187,4 +188,4 @@ namespace Tizen.System.Usb
}
#endregion
}
-}
\ No newline at end of file
+}
diff --git a/src/Tizen.System.Usb/Usb/UsbManager.cs b/src/Tizen.System.Usb/Usb/UsbManager.cs
index 953cb30..b9b5b3f 100755
--- a/src/Tizen.System.Usb/Usb/UsbManager.cs
+++ b/src/Tizen.System.Usb/Usb/UsbManager.cs
@@ -136,6 +136,7 @@ namespace Tizen.System.Usb
///
/// Finalizes an instance of the USB Manager Class.
///
+ /// 5
~UsbManager()
{
Dispose(false);