javaextensions/bluetooth/bluetoothcommons/bluetoothplatformcontrol/src.s60/s60btdialog.h
branchRCL_3
changeset 27 d5e927d5853b
parent 26 2455ef1f5bbc
equal deleted inserted replaced
26:2455ef1f5bbc 27:d5e927d5853b
    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 
    60     /**
    65     /**
    61      * Cancels the asynchronous request to the query list dialog.
    66      * Cancels the asynchronous request to the query list dialog.
    62      *
    67      *
    63      */
    68      */
    64     void DoCancel();
    69     void DoCancel();
    70 
    75 
    71     void ConstructL();
    76     void ConstructL();
    72 
    77 
    73 private: // data
    78 private: // data
    74     TRequestStatus mStatus;
    79     TRequestStatus mStatus;
       
    80 #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
    75     RNotifier mNotifier;
    81     RNotifier mNotifier;
       
    82 #endif
    76     TBTGenericQueryNotiferParamsPckg mQueryParamsPckg;
    83     TBTGenericQueryNotiferParamsPckg mQueryParamsPckg;
    77     TPckgBuf<TBool> mQueryResult;
    84     TPckgBuf<TBool> mQueryResult;
    78 };
    85 };
    79 
    86 
    80 }  //end namespace java
    87 }  //end namespace java