omaprovisioning/provisioning/IMAdapter/Inc/WPIMUtil.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 0 b497e44ab2fc
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
    38 
    38 
    39 const TUint32 KNotSet = 0xffffffff;
    39 const TUint32 KNotSet = 0xffffffff;
    40 
    40 
    41 // FORWARD DECLARATIONS
    41 // FORWARD DECLARATIONS
    42 class RResourceFile;
    42 class RResourceFile;
    43 class CApAccessPointItem;
       
    44 class CWPCharacteristic;
    43 class CWPCharacteristic;
    45 // CLASS DECLARATION
    44 // CLASS DECLARATION
    46 
    45 
    47 /**
    46 /**
    48  * TData stores settings.
    47  * TData stores settings.
    87         * @param aDes Descritor to be checked
    86         * @param aDes Descritor to be checked
    88         * @return TBool Did the descriptor contain any illegal chars
    87         * @return TBool Did the descriptor contain any illegal chars
    89         */
    88         */
    90         static TBool HasIllegalChars( const TDesC& aDes );
    89         static TBool HasIllegalChars( const TDesC& aDes );
    91 			
    90 			
    92         static CApAccessPointItem* FindGPRSL( RPointerArray<CWPCharacteristic>& aLinks );
    91         static TUint32 FindGPRSL( RPointerArray<CWPCharacteristic>& aLinks );
    93         
    92         
    94         /**
    93         /**
    95         * Checks the validity of current data
    94         * Checks the validity of current data
    96         * @return TBool was the settings data valid or not.
    95         * @return TBool was the settings data valid or not.
    97         */
    96         */