summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinhui Kang <sinikang@samsung.com>2017-03-16 18:16:17 -0700
committersinikang <sinikang@samsung.com>2017-03-17 10:20:49 +0900
commitf5f0bf463d43eff84df981dcd1f3184f2895c6c4 (patch)
tree769ec4c4b81156c91eaec5ed6df10520edfeabdc
parent59482855408c6649e1fd0ccc992c3e29ddbd35bb (diff)
downloadtelephony-f5f0bf463d43eff84df981dcd1f3184f2895c6c4.tar.gz
telephony-f5f0bf463d43eff84df981dcd1f3184f2895c6c4.tar.bz2
telephony-f5f0bf463d43eff84df981dcd1f3184f2895c6c4.zip
- This reverts commit 59482855408c6649e1fd0ccc992c3e29ddbd35bb. - Increase patchlevel to 1.0.7 Change-Id: I5186938791ea000ff9c8ffabc85b1e0071fa2f6f
-rw-r--r--Tizen.Telephony/Tizen.Telephony.nuspec2
-rw-r--r--Tizen.Telephony/Tizen.Telephony/Call.cs2
-rwxr-xr-x[-rw-r--r--]Tizen.Telephony/Tizen.Telephony/SlotHandle.cs4
-rwxr-xr-x[-rw-r--r--]Tizen.Telephony/Tizen.Telephony/Telephony.cs2
-rw-r--r--packaging/csapi-telephony.spec2
5 files changed, 6 insertions, 6 deletions
diff --git a/Tizen.Telephony/Tizen.Telephony.nuspec b/Tizen.Telephony/Tizen.Telephony.nuspec
index b766fc0..7cd8f33 100644
--- a/Tizen.Telephony/Tizen.Telephony.nuspec
+++ b/Tizen.Telephony/Tizen.Telephony.nuspec
@@ -11,7 +11,7 @@
<copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
<description>Telephony API for Tizen.Net</description>
<dependencies>
- <dependency id="Tizen" version="1.0.6" />
+ <dependency id="Tizen" version="1.0.7" />
</dependencies>
</metadata>
<files>
diff --git a/Tizen.Telephony/Tizen.Telephony/Call.cs b/Tizen.Telephony/Tizen.Telephony/Call.cs
index 77b6fc1..7a4c1ea 100644
--- a/Tizen.Telephony/Tizen.Telephony/Call.cs
+++ b/Tizen.Telephony/Tizen.Telephony/Call.cs
@@ -91,7 +91,7 @@ namespace Tizen.Telephony
/// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Telephony is not supported</exception>>
/// <exception cref="OutOfMemoryException">Incase of Out of Memory</exception>>
- public IEnumerable<CallHandle> GetCallHandleList()
+ public List<CallHandle> GetCallHandleList()
{
uint count;
_callList = new IntPtr();
diff --git a/Tizen.Telephony/Tizen.Telephony/SlotHandle.cs b/Tizen.Telephony/Tizen.Telephony/SlotHandle.cs
index a93b281..51f462e 100644..100755
--- a/Tizen.Telephony/Tizen.Telephony/SlotHandle.cs
+++ b/Tizen.Telephony/Tizen.Telephony/SlotHandle.cs
@@ -58,7 +58,7 @@ namespace Tizen.Telephony
/// 1. Operation Not Supported
/// 2. Operation Failed
/// </exception>
- public void SetNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification> list)
+ public void SetNotificationId(List<ChangeNotificationEventArgs.Notification> list)
{
try
{
@@ -85,7 +85,7 @@ namespace Tizen.Telephony
/// 1. Operation Not Supported
/// 2. Operation Failed
/// </exception>
- public void RemoveNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification> list)
+ public void RemoveNotificationId(List<ChangeNotificationEventArgs.Notification> list)
{
foreach (ChangeNotificationEventArgs.Notification n in list)
{
diff --git a/Tizen.Telephony/Tizen.Telephony/Telephony.cs b/Tizen.Telephony/Tizen.Telephony/Telephony.cs
index ed433a6..7c8b239 100644..100755
--- a/Tizen.Telephony/Tizen.Telephony/Telephony.cs
+++ b/Tizen.Telephony/Tizen.Telephony/Telephony.cs
@@ -156,7 +156,7 @@ namespace Tizen.Telephony
/// 2. If the operation is not supported on device
/// 3. If the Operation Failed
/// </exception>
- public static IEnumerable<SlotHandle> Init()
+ public static List<SlotHandle> Init()
{
//DeInitialize Previous Handles if present
if (_isInitialized)
diff --git a/packaging/csapi-telephony.spec b/packaging/csapi-telephony.spec
index 5cd53bf..cc161a1 100644
--- a/packaging/csapi-telephony.spec
+++ b/packaging/csapi-telephony.spec
@@ -1,6 +1,6 @@
Name: csapi-telephony
Summary: Tizen Telephony API for C#
-Version: 1.0.6
+Version: 1.0.7
Release: 1
Group: Development/Libraries
License: Apache-2.0