devicediagnostics/diagplugins/diagheadsetcableplugin/inc/diagheadsetcableengine.h
equal
deleted
inserted
replaced
115 * @param aQueryResourceId - Resource ID of the text query. |
115 * @param aQueryResourceId - Resource ID of the text query. |
116 * @param aUserResponse - Dialog response will be returned via this parameter. |
116 * @param aUserResponse - Dialog response will be returned via this parameter. |
117 * @return ETrue - If dialog was dismissed by end user. |
117 * @return ETrue - If dialog was dismissed by end user. |
118 * EFalse - If dialog was deleted. |
118 * EFalse - If dialog was deleted. |
119 */ |
119 */ |
120 TBool CDiagHeadsetCableTestEngine::DisplayQueryDialogWithHeaderL( |
120 TBool DisplayQueryDialogWithHeaderL( |
121 TInt aDialogResourceId, |
121 TInt aDialogResourceId, |
122 TInt& aUserResponse ); |
122 TInt& aUserResponse ); |
123 |
123 |
124 protected: // from CActive |
124 protected: // from CActive |
125 /** |
125 /** |