adaptationlayer/tsy/simatktsy_dll/inc/satcc.h
changeset 7 fa67e03b87df
parent 5 8ccc39f9d787
child 9 8486d82aef45
--- a/adaptationlayer/tsy/simatktsy_dll/inc/satcc.h	Fri Jan 22 10:04:04 2010 +0200
+++ b/adaptationlayer/tsy/simatktsy_dll/inc/satcc.h	Wed Feb 17 13:58:55 2010 +0200
@@ -249,12 +249,16 @@
         /**
         * Creates resource control response for modem SS server
         * @param aTcc internally stored call control structure
+        * @param aSw1 sw1 value inserted to the message
+        * @param aSw2 sw2 value inserted to the message
         * @param aResult call control result from (U)SIM
         * @param aAtkData possible additional response data provided by (U)SIM
         * @return none
         */
         void SendSsResourceControlReq(
             const TCallControl& aTcc,
+            const TUint8 aSw1,
+            const TUint8 aSw2,
             const TUint8 aResult,
             TPtrC8 aAtkData );