bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
child 13 b6f55cd40afd
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
    91          * Show Information note and complete message. 
    91          * Show Information note and complete message. 
    92          */
    92          */
    93         void ShowNoteAndCompleteL();
    93         void ShowNoteAndCompleteL();
    94         
    94         
    95     private:
    95     private:
    96         HBufC*	iQueryMessage;
    96         RBuf	iQueryMessage;
    97 	    TInt 	iMessageResourceId;
    97 	    TInt 	iMessageResourceId;
    98 	    TSecondaryDisplayBTnotifDialogs iSecondaryDisplayCommand;
    98 	    TSecondaryDisplayBTnotifDialogs iSecondaryDisplayCommand;
    99     };
    99     };
   100 
   100 
   101 #endif
   101 #endif