phoneapp/phoneuiutils/inc/tphonecmdparamquery.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   159         /**
   159         /**
   160         * Sets the command param id.
   160         * Sets the command param id.
   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         // <-- QT PHONE START -->
   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         // <-- QT PHONE END -->
   170         IMPORT_C void SetTimeOut( TInt aTimeOut );
   171         IMPORT_C void SetTimeOut( TInt aTimeOut );
   171 
   172 
   172 
   173 
   173         /**
   174         /**
   174         * Gets the timeout of global query.
   175         * Gets the timeout of global query.