bluetoothengine/btnotif/inc/BTNGenericQueryNotifier.h
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
child 20 eede1356aa52
--- a/bluetoothengine/btnotif/inc/BTNGenericQueryNotifier.h	Tue Feb 02 00:20:42 2010 +0200
+++ b/bluetoothengine/btnotif/inc/BTNGenericQueryNotifier.h	Fri Feb 19 22:59:18 2010 +0200
@@ -95,14 +95,14 @@
                 
     private:
     	
-        HBufC*				iQueryMessage;
-		HBufC*				iQueryHeader;  		      
+        RBuf				iQueryMessage;
+		HBufC*				iQueryHeader;
         HBufC*				iName;
 
 	    TInt 		iMessageResourceId;
 	    TSecondaryDisplayBTnotifDialogs	iSecondaryDisplayCommand;
 		TBool 		iIsMessageQuery;
-		TBool 		iIsNameQuery; 
+		TBool 		iIsNameQuery;
     };
 
 #endif