bluetoothengine/btnotif/inc/BTNGenericQueryNotifier.h
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
child 53 eede1356aa52
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
    93          */
    93          */
    94         void ShowQueryAndCompleteL();
    94         void ShowQueryAndCompleteL();
    95                 
    95                 
    96     private:
    96     private:
    97     	
    97     	
    98         HBufC*				iQueryMessage;
    98         RBuf				iQueryMessage;
    99 		HBufC*				iQueryHeader;  		      
    99 		HBufC*				iQueryHeader;
   100         HBufC*				iName;
   100         HBufC*				iName;
   101 
   101 
   102 	    TInt 		iMessageResourceId;
   102 	    TInt 		iMessageResourceId;
   103 	    TSecondaryDisplayBTnotifDialogs	iSecondaryDisplayCommand;
   103 	    TSecondaryDisplayBTnotifDialogs	iSecondaryDisplayCommand;
   104 		TBool 		iIsMessageQuery;
   104 		TBool 		iIsMessageQuery;
   105 		TBool 		iIsNameQuery; 
   105 		TBool 		iIsNameQuery;
   106     };
   106     };
   107 
   107 
   108 #endif
   108 #endif
   109 
   109 
   110 // End of File
   110 // End of File