accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h
branchRCL_3
changeset 61 8cb079868133
parent 60 ccb4f6b3db21
child 66 c26be94c8889
--- a/accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h	Tue Aug 31 16:29:05 2010 +0300
+++ b/accessoryservices/accessoryserver/inc/Server/AccSrvServerModel.h	Wed Sep 01 12:34:26 2010 +0100
@@ -172,24 +172,13 @@
         void GetLastConnectedAccessoryL( TAccPolGenericID& aGenericID ) const;
 
         /**
-        * Get last connected wired accessory.
-        *
-        * @since S60 3.1
-        * @param aGenericID On succesful return, contains the Generic ID of
-        *                   last connected wired accessory.
-        * @return TBool     On successful return will be ETrue, else EFalse
-        */
-        TBool GetLastConnectedWiredAccessory( TAccPolGenericID& aGenericID ) const;
-        
-
-        /**
         * Remove the physical connection from array of detected accessories.
         *
         * @since S60 3.1
         * @param aGenericID Generic ID of the detected accessory.
-        * @return index in the array
+        * @return void
         */
-        TInt RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
+        void RemovePhysicalConnection( const TAccPolGenericID& aGenericID );
 
         /**
         * Get current connection status, ie. all active connections.