usbuis/imageprintui/inc/capabilitymanager.h
branchRCL_3
changeset 19 c00b160ac7eb
parent 0 1e05558e2206
equal deleted inserted replaced
17:3e3bd14de94e 19:c00b160ac7eb
    91 
    91 
    92     /**
    92     /**
    93      * Return certain type list of Capabilities
    93      * Return certain type list of Capabilities
    94      * @param aCapability the Capabilities type requested
    94      * @param aCapability the Capabilities type requested
    95      */
    95      */
    96     RArray<TUint>& GetCapabilities(TInt aCapability);
    96     RArray<TUint>& GetCapabilitiesL(TInt aCapability);
    97     
    97     
    98     /**
    98     /**
    99     * Stores value choosed by user
    99     * Stores value choosed by user
   100     */
   100     */
   101     void SetValue(TInt aCapability, TUint aValue);
   101     void SetValue(TInt aCapability, TUint aValue);