accessoryservices/accessoryserver/inc/Server/AccSrvConnectionHandler.h
changeset 52 d6b9e89d80a3
parent 0 4e1aa6a622a0
child 81 24127ea5a236
equal deleted inserted replaced
50:48a00b70dc49 52:d6b9e89d80a3
   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()