usbengines/usbotgwatcher/inc/cusbmessagenotificationobserver.h
branchRCL_3
changeset 64 8ecef05bbada
parent 0 1e05558e2206
child 20 a15c582fbf97
equal deleted inserted replaced
8:7e15987c4500 64:8ecef05bbada
    88 
    88 
    89     /**
    89     /**
    90      * Subscribes for notifications
    90      * Subscribes for notifications
    91      * @param aObserver observer
    91      * @param aObserver observer
    92      */
    92      */
    93     void SubscribeL(MUsbMessageNotificationObserver* aObserver);
    93     void SubscribeL(MUsbMessageNotificationObserver& aObserver);
    94 
    94 
    95     /**
    95     /**
    96      * Unsubscribe from notifications
    96      * Unsubscribe from notifications
    97      * @param aObserver Observer
    97      * @param aObserver Observer
    98      */
    98      */
    99     void UnsubscribeL(MUsbMessageNotificationObserver* aObserver);
    99     void UnsubscribeL(MUsbMessageNotificationObserver& aObserver);
   100 
   100 
   101 private:
   101 private:
   102 
   102 
   103     // From CActive
   103     // From CActive
   104     /**
   104     /**