bluetoothengine/btnotif/btnotifwrapper/inc/btnotifwrapper.h
changeset 33 837dcc42fd6a
parent 19 43824b19ee35
--- a/bluetoothengine/btnotif/btnotifwrapper/inc/btnotifwrapper.h	Fri May 14 16:01:46 2010 +0300
+++ b/bluetoothengine/btnotif/btnotifwrapper/inc/btnotifwrapper.h	Thu May 27 13:01:44 2010 +0300
@@ -241,7 +241,7 @@
      * Buffer containing a copy of the notifier parameters, for async notifiers.
      * Own.
      */
-    HBufC8* iParamsBuf;
+    RBuf8 iParamsBuf;
 
     /**
      * Modifiable pointer descriptor for getting the response back.
@@ -252,7 +252,7 @@
      * Buffer for receiving the response from the BT notifier server.
      * Own.
      */
-    HBufC8* iResponseBuf;
+    RBuf8 iResponseBuf;
 
     /**
      * Active object helper class.