[CallManager & Tapi] Fixed build warnings. 70/154570/1 preview1-00280
authoradhavan.m <adhavan.m@samsung.com>
Tue, 10 Oct 2017 12:40:15 +0000 (18:10 +0530)
committeradhavan.m <adhavan.m@samsung.com>
Tue, 10 Oct 2017 12:40:15 +0000 (18:10 +0530)
Change-Id: I891e3dc35a1a7d7906542f84180cb854c8389e78
Signed-off-by: adhavan.m <adhavan.m@samsung.com>
src/Tizen.CallManager/Tizen.CallManager/CmClientHandle.cs
src/Tizen.Tapi/Tizen.Tapi/CallData.cs
src/Tizen.Tapi/Tizen.Tapi/SsEnumerations.cs

index 38b4292..72eb620 100755 (executable)
@@ -442,6 +442,9 @@ namespace Tizen.CallManager
             }
         }
 
+        /// <summary>
+        /// Gets the status of the current call.
+        /// </summary>
         public CallStatus CallStatus
         {
             get
index a47b120..0ce86ec 100755 (executable)
@@ -909,6 +909,9 @@ namespace Tizen.Tapi
             _status = status;
         }
 
+        /// <summary>
+        /// Gets the sound mute path.
+        /// </summary>
         public SoundMutePath Path
         {
             get
@@ -917,6 +920,9 @@ namespace Tizen.Tapi
             }
         }
 
+        /// <summary>
+        /// Gets the sound mute status.
+        /// </summary>
         public SoundMuteStatus Status
         {
             get
index 9d9e4ac..0403fce 100755 (executable)
@@ -399,7 +399,7 @@ namespace Tizen.Tapi
     public enum SsStatus
     {
         /// <summary>
-        /// Provisioned & registered (but not active/active-quiescent).
+        /// Provisioned and registered (but not active/active-quiescent).
         /// </summary>
         Registered = 0x01,
         /// <summary>
@@ -407,11 +407,11 @@ namespace Tizen.Tapi
         /// </summary>
         Provisioned,
         /// <summary>
-        /// Provisioned & registered & active.
+        /// Provisioned and registered and active.
         /// </summary>
         Active,
         /// <summary>
-        /// Provisioned & registered & active but quiescent.
+        /// Provisioned and registered and active but quiescent.
         /// </summary>
         Quiescent,
         /// <summary>