accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h
changeset 59 0f7422b6b602
parent 52 d6b9e89d80a3
equal deleted inserted replaced
52:d6b9e89d80a3 59:0f7422b6b602
   185         /**
   185         /**
   186         * Remove the physical connection from array of detected accessories.
   186         * Remove the physical connection from array of detected accessories.
   187         *
   187         *
   188         * @since S60 3.1
   188         * @since S60 3.1
   189         * @param aGenericID Generic ID of the detected accessory.
   189         * @param aGenericID Generic ID of the detected accessory.
   190         * @return void
   190         * @return index in the array
   191         */
   191         */
   192         void RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   192         TInt RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   193 
   193 
   194         /**
   194         /**
   195         * Get current connection status, ie. all active connections.
   195         * Get current connection status, ie. all active connections.
   196         *
   196         *
   197         * @since S60 3.1
   197         * @since S60 3.1