usbengines/usbotgwatcher/inc/cusbmessagenotificationobserver.h
branchRCL_3
changeset 64 8ecef05bbada
parent 0 1e05558e2206
child 20 a15c582fbf97
--- a/usbengines/usbotgwatcher/inc/cusbmessagenotificationobserver.h	Tue Feb 02 00:52:37 2010 +0200
+++ b/usbengines/usbotgwatcher/inc/cusbmessagenotificationobserver.h	Fri Feb 19 23:50:32 2010 +0200
@@ -90,13 +90,13 @@
      * Subscribes for notifications
      * @param aObserver observer
      */
-    void SubscribeL(MUsbMessageNotificationObserver* aObserver);
+    void SubscribeL(MUsbMessageNotificationObserver& aObserver);
 
     /**
      * Unsubscribe from notifications
      * @param aObserver Observer
      */
-    void UnsubscribeL(MUsbMessageNotificationObserver* aObserver);
+    void UnsubscribeL(MUsbMessageNotificationObserver& aObserver);
 
 private: