usbengines/usbotgwatcher/inc/cusbhosteventnotificationobserver.h
branchRCL_3
changeset 5 7068aba64af5
parent 0 1e05558e2206
child 6 a15c582fbf97
--- a/usbengines/usbotgwatcher/inc/cusbhosteventnotificationobserver.h	Tue Feb 02 00:52:37 2010 +0200
+++ b/usbengines/usbotgwatcher/inc/cusbhosteventnotificationobserver.h	Fri Feb 19 23:50:33 2010 +0200
@@ -96,13 +96,13 @@
      * Add observer to list of observers
      * @param aObserver observer
      */
-    void SubscribeL(MUsbHostEventNotificationObserver* aObserver);
+    void SubscribeL(MUsbHostEventNotificationObserver& aObserver);
 
     /**
      * Removes observer from list of observers 
      * @param aObserver Observer
      */
-    void UnsubscribeL(MUsbHostEventNotificationObserver* aObserver);
+    void UnsubscribeL(MUsbHostEventNotificationObserver& aObserver);
 
 private: