diff -r 7e15987c4500 -r 7068aba64af5 usbengines/usbotgwatcher/inc/cusbmessagenotificationobserver.h --- 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:33 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: