accessoryservices/accessoryserver/inc/Server/AccSrvConnectionHandler.h
changeset 63 09d657f1ee00
parent 0 4e1aa6a622a0
child 81 24127ea5a236
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
   273         /**
   273         /**
   274         * Stores name and transaction ID while ASY query is ongoing.
   274         * Stores name and transaction ID while ASY query is ongoing.
   275         * During response handling name in question can be retrieved from here
   275         * During response handling name in question can be retrieved from here
   276         * according to the transaction Id with FindRequestData() method.
   276         * according to the transaction Id with FindRequestData() method.
   277         */
   277         */
   278         void StoreRequestData( TAccPolNameRecord aName, 
   278         void StoreRequestDataL( TAccPolNameRecord aName, 
   279                                TInt aTrId, 
   279                                TInt aTrId, 
   280                                TBool aUpdateConnectionNotification );
   280                                TBool aUpdateConnectionNotification );
   281 
   281 
   282         /**
   282         /**
   283         * Find stored request data. See StoreRequestData()
   283         * Find stored request data. See StoreRequestData()