javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h
branchRCL_3
changeset 26 2455ef1f5bbc
parent 25 ae942d28ec0e
child 27 d5e927d5853b
equal deleted inserted replaced
25:ae942d28ec0e 26:2455ef1f5bbc
    55      * @return boolean telling user response to query.
    55      * @return boolean telling user response to query.
    56      */
    56      */
    57     TBool ShowBTQueryDialog(const TDesC& aAppName, const TBool aInstalling,
    57     TBool ShowBTQueryDialog(const TDesC& aAppName, const TBool aInstalling,
    58                             TBTGenericQueryNoteType aQueryType);
    58                             TBTGenericQueryNoteType aQueryType);
    59 
    59 
    60 #ifdef RD_JAVA_S60_RELEASE_10_1_ONWARDS
       
    61     TBool ShowBTQueryHbDialogL(const TDesC& aBufData);
       
    62 #endif
       
    63 
       
    64 
       
    65     /**
    60     /**
    66      * Cancels the asynchronous request to the query list dialog.
    61      * Cancels the asynchronous request to the query list dialog.
    67      *
    62      *
    68      */
    63      */
    69     void DoCancel();
    64     void DoCancel();
    75 
    70 
    76     void ConstructL();
    71     void ConstructL();
    77 
    72 
    78 private: // data
    73 private: // data
    79     TRequestStatus mStatus;
    74     TRequestStatus mStatus;
    80 #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
       
    81     RNotifier mNotifier;
    75     RNotifier mNotifier;
    82 #endif
       
    83     TBTGenericQueryNotiferParamsPckg mQueryParamsPckg;
    76     TBTGenericQueryNotiferParamsPckg mQueryParamsPckg;
    84     TPckgBuf<TBool> mQueryResult;
    77     TPckgBuf<TBool> mQueryResult;
    85 };
    78 };
    86 
    79 
    87 }  //end namespace java
    80 }  //end namespace java