accessoryservices/accessoryserver/inc/Common/AccPolAccessoryPolicy.h
branchRCL_3
changeset 21 ccb4f6b3db21
parent 20 1ddbe54d0645
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
   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 );
   198                          
   209                          
   199     public: // Functions from base classes
   210     public: // Functions from base classes
   200         
   211         
   201     protected:  // New functions
   212     protected:  // New functions
   202 
   213