phoneapp/phoneuiutils/inc/tphonecmdparamspeeddial.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    88         IMPORT_C void SetLocation( TInt aLocation );
    88         IMPORT_C void SetLocation( TInt aLocation );
    89         
    89         
    90         /**
    90         /**
    91         * Returns the speed dial location.
    91         * Returns the speed dial location.
    92         * @return values from 1 to 9 for succesfull location.
    92         * @return values from 1 to 9 for succesfull location.
    93         *         Values below 0 indicate unsuccesfull location fetch.
    93         *		  Values below 0 indicate unsuccesfull location fetch.
    94         */
    94         */
    95         IMPORT_C TInt Location();
    95         IMPORT_C TInt Location();
    96 
    96 
    97         /**
    97         /**
    98         * Sets the serviceId
    98         * Sets the serviceId
    99         * @param aServiceId The serviceId user has selected for speeddial
    99         * @param aServiceId The serviceId user has selected for speeddial
   100         */
   100         */
   101         IMPORT_C void SetServiceId( TUint aServiceId ); 
   101         IMPORT_C void SetServiceId( TUint aServiceId );	
   102 
   102 
   103         /**
   103         /**
   104         * Returns the serviceId
   104         * Returns the serviceId
   105         * @param aServiceId serviceId
   105         * @param aServiceId serviceId
   106         */
   106         */