Fix doxygen warning
authorHyunwoo Kim <hwlove.kim@samsung.com>
Wed, 3 Jul 2013 11:09:01 +0000 (20:09 +0900)
committerHyunwoo Kim <hwlove.kim@samsung.com>
Wed, 3 Jul 2013 11:09:07 +0000 (20:09 +0900)
Change-Id: I8d1eaaff0f77c72816a2b20aafd97c8ef352ae9a
Signed-off-by: Hyunwoo Kim <hwlove.kim@samsung.com>
inc/FSecSeISecureElementServiceEventListener.h
inc/FSecSeISecureElementSessionOpenChannelResponseListener.h

index c5df774..6b17485 100644 (file)
@@ -54,7 +54,7 @@ public:
         * Called when Secure Element service is connected. @n
         * @since           2.2
         *
-        * @param[in]   pSecureElementService           The connected SecureElementService instance.
+        * @param[in]   secureElementService            The connected SecureElementService instance.
         * @param[in]   r                                                       The error code that occurs during Secure Element Service connection operation, the following exception may be given through this parameter.
         * @exception   E_SUCCESS                                       The method was successful.
         * @exception   E_SYSTEM                                        The method cannot proceed due to a severe system error.
index b1bdaf1..b5b8320 100644 (file)
@@ -57,7 +57,7 @@ public:
         *
         * @since       2.2
         * @param[in]   reqId                                           The request ID
-        * @param[in]   SecureElementChannel            The opened SecureElementSession instance, @n
+        * @param[in]   pSecureElementChannel           The opened SecureElementSession instance, @n
         *                                                                                      else @c null if an exception occurs @n
         * @param[in]   r                                                       The error code that occurs during Secure Element channel open operation, the following exception may be given through this parameter.
         * @exception   E_SUCCESS                                       The method was successful.