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