accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h
branchRCL_3
changeset 81 24127ea5a236
parent 66 c26be94c8889
equal deleted inserted replaced
71:fdcef27a50b8 81:24127ea5a236
   377         *
   377         *
   378         * @since S60 3.1
   378         * @since S60 3.1
   379         * @param aThreadID ASYs thread ID to be stored.
   379         * @param aThreadID ASYs thread ID to be stored.
   380         * @return void
   380         * @return void
   381         */
   381         */
   382         void AddASYThreadIdL( TUint aThreadID );
   382         void AddASYThreadId( TUint aThreadID );
   383 
   383 
   384         /**
   384         /**
   385         * Creates mapping between Generic ID and ASY.
   385         * Creates mapping between Generic ID and ASY.
   386         * All commands related to certsain Generic ID are forwarded to correct
   386         * All commands related to certsain Generic ID are forwarded to correct
   387         * ASY according to this mapping.
   387         * ASY according to this mapping.
   389         * @since S60 3.1
   389         * @since S60 3.1
   390         * @param aThreadID ASYs thread ID.
   390         * @param aThreadID ASYs thread ID.
   391         * @param aUniqueID Unique identifier of a Generic ID.
   391         * @param aUniqueID Unique identifier of a Generic ID.
   392         * @return void
   392         * @return void
   393         */
   393         */
   394         void StoreASYThreadIDL( TUint aThreadID, TInt aUniqueID );
   394         void StoreASYThreadID( TUint aThreadID, TInt aUniqueID );
   395 
   395 
   396         /**
   396         /**
   397         * Removes mapping between Generic ID and ASY.
   397         * Removes mapping between Generic ID and ASY.
   398         *
   398         *
   399         * @since S60 3.1
   399         * @since S60 3.1
   426         * @param aThreadID Thread ID of the message(aMsgID) sender.
   426         * @param aThreadID Thread ID of the message(aMsgID) sender.
   427         * @param aMsgID    Message in question.
   427         * @param aMsgID    Message in question.
   428         * @return void
   428         * @return void
   429         * @see FindAndDeleteMsgThreadIDFilter()
   429         * @see FindAndDeleteMsgThreadIDFilter()
   430         */
   430         */
   431         void SetMsgThreadIDFilterL( TUint aThreadID, TMsgID aMsgID );
   431         void SetMsgThreadIDFilter( TUint aThreadID, TMsgID aMsgID );
   432 
   432 
   433         /**
   433         /**
   434         * Find and delete a Thread Id/message filter.
   434         * Find and delete a Thread Id/message filter.
   435         * Used to filter notifications to certain thread.
   435         * Used to filter notifications to certain thread.
   436         *
   436         *