phoneengine/contacthandling2/inc/cpecontacthandlingproxy.h
changeset 45 6b911d05207e
parent 21 92ab7f8d0eab
child 76 cfea66083b62
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    78         */
    78         */
    79         IMPORT_C TInt FindContactInfoSync( 
    79         IMPORT_C TInt FindContactInfoSync( 
    80             const TInt aCallId,
    80             const TInt aCallId,
    81             const TPEFindContactKey aFindKey );
    81             const TPEFindContactKey aFindKey );
    82 
    82 
    83         /**
       
    84         * Fetch number from speed dial location
       
    85         * @param aLocationIndex Index to look for
       
    86         * @param aNumber Filled with speed dial location phone number
       
    87         * @param aContactItemId Contact item id. KErrNotFound if given location
       
    88         *                                        was not set.
       
    89         * @return possible Symbian OS error code
       
    90         */
       
    91         IMPORT_C TInt GetSpeedDialLocation( 
       
    92             TInt aLocationIndex, 
       
    93             TPEPhoneNumber& aNumber );
       
    94 
       
    95     protected:
    83     protected:
    96         /**
    84         /**
    97         * C++ default constructor.
    85         * C++ default constructor.
    98         */
    86         */
    99         CPEContactHandlingProxy();
    87         CPEContactHandlingProxy();