diff -r 072a9626b290 -r 09d657f1ee00 accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h --- a/accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h Wed Aug 18 11:03:14 2010 +0300 +++ b/accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h Thu Sep 02 21:48:26 2010 +0300 @@ -187,9 +187,9 @@ * * @since S60 3.1 * @param aGenericID Generic ID of the detected accessory. - * @return void + * @return index in the array */ - void RemovePhysicalConnection( const TAccPolGenericID& aGenericID ); + TInt RemovePhysicalConnection( const TAccPolGenericID& aGenericID ); /** * Get current connection status, ie. all active connections. @@ -390,7 +390,7 @@ * @param aThreadID ASYs thread ID to be stored. * @return void */ - void AddASYThreadId( TUint aThreadID ); + void AddASYThreadIdL( TUint aThreadID ); /** * Creates mapping between Generic ID and ASY. @@ -402,7 +402,7 @@ * @param aUniqueID Unique identifier of a Generic ID. * @return void */ - void StoreASYThreadID( TUint aThreadID, TInt aUniqueID ); + void StoreASYThreadIDL( TUint aThreadID, TInt aUniqueID ); /** * Removes mapping between Generic ID and ASY. @@ -439,7 +439,7 @@ * @return void * @see FindAndDeleteMsgThreadIDFilter() */ - void SetMsgThreadIDFilter( TUint aThreadID, TMsgID aMsgID ); + void SetMsgThreadIDFilterL( TUint aThreadID, TMsgID aMsgID ); /** * Find and delete a Thread Id/message filter.