usbuis/usbuinotif/inc/usbuinqueriesnotifiermdrv.h
branchRCL_3
changeset 65 a44cdf4b4bf0
parent 3 47c263f7e521
child 52 831068540b07
child 63 ef2686f7597e
equal deleted inserted replaced
64:8ecef05bbada 65:a44cdf4b4bf0
   104      * @param aCoverDialogId  The dialog ID for the cover UI.
   104      * @param aCoverDialogId  The dialog ID for the cover UI.
   105      * @param aIsCancelKey    Does the dialog show Cancel key.
   105      * @param aIsCancelKey    Does the dialog show Cancel key.
   106      * @return KErrNone - accepted, KErrCancel - Cancel or End call key
   106      * @return KErrNone - accepted, KErrCancel - Cancel or End call key
   107      */
   107      */
   108     TInt QueryUserResponseL(const TDesC& aStringHolder, TInt aCoverDialogId,
   108     TInt QueryUserResponseL(const TDesC& aStringHolder, TInt aCoverDialogId,
   109             TBool aIsCancelKey);
   109             TBool aIsCancelKey, TBool aIsErrorQuery);
   110 
   110 
   111     /**
   111     /**
   112      * Get attributes for the query dialog
   112      * Get attributes for the query dialog
   113      * The query type is idenfied by the member variable iQueryType.
   113      * The query type is idenfied by the member variable iQueryType.
   114      * The caller should pop and destroy the returned heap descriptor 
   114      * The caller should pop and destroy the returned heap descriptor 
   115      * when it is no longer needed.
   115      * when it is no longer needed.
   116      * @param aCoverDialogId  Returned dialog ID for the cover UI.
   116      * @param aCoverDialogId  Returned dialog ID for the cover UI.
   117      * @param aIsCancelKey    Returned info about showing the Cancel key.
   117      * @param aIsCancelKey    Returned info about showing the Cancel key.
   118      * @return                The string holder for the query. 
   118      * @return                The string holder for the query. 
   119      */
   119      */
   120     HBufC* GetQueryAttributesLC(TInt& aCoverDialogId, TBool& aIsCancelKey);
   120     HBufC* GetQueryAttributesLC(TInt& aCoverDialogId, TBool& aIsCancelKey, TBool& aIsErrorQuery);
   121 
   121 
   122 private:
   122 private:
   123     // Data
   123     // Data
   124     
   124     
   125     /**
   125     /**