phoneapp/phoneuiutils/inc/tphonecmdparamquery.h
branchRCL_3
changeset 61 41a7f70b3818
parent 0 5f000ab63145
child 62 5266b1f337bd
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
   161         * @param aParamId command id
   161         * @param aParamId command id
   162         */
   162         */
   163         IMPORT_C void SetCommandParamId( TPhoneCommandParam::TPhoneParamId aParamId );
   163         IMPORT_C void SetCommandParamId( TPhoneCommandParam::TPhoneParamId aParamId );
   164 
   164 
   165         /**
   165         /**
   166         * Sets the timeout.
   166         * Sets the timeout in milliseconds.
   167         * Query will destroyed after this time 
   167         * Query will destroyed after this time 
   168         * @param aTimeOut is integer value
   168         * @param aTimeOut is integer value
   169         */
   169         */
   170         IMPORT_C void SetTimeOut( TInt aTimeOut );
   170         IMPORT_C void SetTimeOut( TInt aTimeOut );
   171 
       
   172 
   171 
   173         /**
   172         /**
   174         * Gets the timeout of global query.
   173         * Gets the timeout of global query.
   175         */
   174         */
   176         IMPORT_C TInt TimeOut() const;
   175         IMPORT_C TInt TimeOut() const;