accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h
branchRCL_3
changeset 66 c26be94c8889
parent 61 8cb079868133
child 81 24127ea5a236
equal deleted inserted replaced
61:8cb079868133 66:c26be94c8889
   174         /**
   174         /**
   175         * Remove the physical connection from array of detected accessories.
   175         * Remove the physical connection from array of detected accessories.
   176         *
   176         *
   177         * @since S60 3.1
   177         * @since S60 3.1
   178         * @param aGenericID Generic ID of the detected accessory.
   178         * @param aGenericID Generic ID of the detected accessory.
   179         * @return void
   179         * @return index in the array
   180         */
   180         */
   181         void RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   181         TInt RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
   182 
   182 
   183         /**
   183         /**
   184         * Get current connection status, ie. all active connections.
   184         * Get current connection status, ie. all active connections.
   185         *
   185         *
   186         * @since S60 3.1
   186         * @since S60 3.1