equal
deleted
inserted
replaced
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 in milliseconds. |
166 * Sets the timeout. |
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 |
171 |
172 |
172 /** |
173 /** |
173 * Gets the timeout of global query. |
174 * Gets the timeout of global query. |
174 */ |
175 */ |
175 IMPORT_C TInt TimeOut() const; |
176 IMPORT_C TInt TimeOut() const; |