accessoryservices/accessoryserver/inc/Server/AccSrvConnectionHandler.h
branchRCL_3
changeset 81 24127ea5a236
parent 56 1ddbe54d0645
equal deleted inserted replaced
71:fdcef27a50b8 81:24127ea5a236
   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 StoreRequestDataL( TAccPolNameRecord aName, 
   278         void StoreRequestData( 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()