bluetoothengine/btnotif/btnotifwrapper/inc/btnotifwrapper.h
changeset 31 a0ea99b6fa53
parent 29 48ae3789ce00
--- a/bluetoothengine/btnotif/btnotifwrapper/inc/btnotifwrapper.h	Wed May 05 09:56:48 2010 +0300
+++ b/bluetoothengine/btnotif/btnotifwrapper/inc/btnotifwrapper.h	Mon May 17 11:06:23 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.