Fix description of C# Generator 84/264184/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 14 Sep 2021 06:25:14 +0000 (15:25 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 14 Sep 2021 06:25:14 +0000 (15:25 +0900)
The "service" is changed to "stub". The ui-application can be
a stub application.

Change-Id: I6aada0ae665fa8ca8011d40d4996ea3486bbf143
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
idlc/gen/cs_proxy_gen_cb.h

index 2093aac..f29c53f 100644 (file)
@@ -109,7 +109,7 @@ R"__cs_cb(
 const char CB_CONNECT_METHOD[] =
 R"__cs_cb(
             /// <summary>
-            /// Connects to the service app.
+            /// Connects to the stub app.
             /// </summary>
             /// <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
             /// <privilege>http://tizen.org/privilege/datasharing</privilege>
@@ -129,7 +129,7 @@ R"__cs_cb(
             }
 
             /// <summary>
-            /// Disconnects from the service app.
+            /// Disconnects from the stub app.
             /// </summary>
             /// <exception cref="System.InvalidOperationException">
             /// Thrown when an internal IO error occurrs.
@@ -140,7 +140,7 @@ R"__cs_cb(
             }
 
             /// <summary>
-            /// Connects to the service app synchronously.
+            /// Connects to the stub app synchronously.
             /// </summary>
             /// <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
             /// <privilege>http://tizen.org/privilege/datasharing</privilege>