accessoryservices/accessoryserver/inc/Common/AccPolAccessoryPolicy.h
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
   193         * @since S60 3.1
   193         * @since S60 3.1
   194         * @return Supported devices bitmask.
   194         * @return Supported devices bitmask.
   195         * @see AccessoryTypes.h for supported HW device types.
   195         * @see AccessoryTypes.h for supported HW device types.
   196         */        
   196         */        
   197         IMPORT_C TUint32 SupportedHWDevicesL();           
   197         IMPORT_C TUint32 SupportedHWDevicesL();           
   198         
       
   199         /**
       
   200         * Check to see if the requested capability is defined for the genericId
       
   201         *
       
   202         * @since S60 3.1
       
   203         * @param aGenericID Generic ID of the list to be used
       
   204         * @param aName Name of the capability
       
   205         * @return True if the requested capability is defined for the genericId. Else False. 
       
   206         */
       
   207         IMPORT_C TBool IsCapabilityDefinedL(const TAccPolGenericID& aGenericId,
       
   208                                             const TUint32& aName );
       
   209                          
   198                          
   210     public: // Functions from base classes
   199     public: // Functions from base classes
   211         
   200         
   212     protected:  // New functions
   201     protected:  // New functions
   213 
   202