devicediagnostics/diagplugins/diagheadsetcableplugin/inc/diagheadsetcableengine.h
branchCompilerCompatibility
changeset 15 a04cc51a130f
parent 0 3ce708148e4d
equal deleted inserted replaced
12:4d84526f9016 15:a04cc51a130f
   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         /**