omaprovisioning/provisioning/IMAdapter/Inc/WPIMUtil.h
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
    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;
    43 class CWPCharacteristic;
    44 class CWPCharacteristic;
    44 // CLASS DECLARATION
    45 // CLASS DECLARATION
    45 
    46 
    46 /**
    47 /**
    47  * TData stores settings.
    48  * TData stores settings.
    86         * @param aDes Descritor to be checked
    87         * @param aDes Descritor to be checked
    87         * @return TBool Did the descriptor contain any illegal chars
    88         * @return TBool Did the descriptor contain any illegal chars
    88         */
    89         */
    89         static TBool HasIllegalChars( const TDesC& aDes );
    90         static TBool HasIllegalChars( const TDesC& aDes );
    90 			
    91 			
    91         static TUint32 FindGPRSL( RPointerArray<CWPCharacteristic>& aLinks );
    92         static CApAccessPointItem* FindGPRSL( RPointerArray<CWPCharacteristic>& aLinks );
    92         
    93         
    93         /**
    94         /**
    94         * Checks the validity of current data
    95         * Checks the validity of current data
    95         * @return TBool was the settings data valid or not.
    96         * @return TBool was the settings data valid or not.
    96         */
    97         */