usbengines/usbotgwatcher/inc/cusbotgstateobserver.h
branchRCL_3
changeset 64 8ecef05bbada
parent 0 1e05558e2206
child 20 a15c582fbf97
equal deleted inserted replaced
8:7e15987c4500 64:8ecef05bbada
    99 
    99 
   100     /**
   100     /**
   101      * Subscribes for getting notifications
   101      * Subscribes for getting notifications
   102      * @param aObserver Observer
   102      * @param aObserver Observer
   103      */
   103      */
   104     void SubscribeL(MUsbOtgStateObserver* aObserver);
   104     void SubscribeL(MUsbOtgStateObserver& aObserver);
   105 
   105 
   106     /**
   106     /**
   107      * Unsubscribes from getting notifications
   107      * Unsubscribes from getting notifications
   108      * @param aObserver Observer
   108      * @param aObserver Observer
   109      */
   109      */
   110     void UnsubscribeL(MUsbOtgStateObserver* aObserver);
   110     void UnsubscribeL(MUsbOtgStateObserver& aObserver);
   111 
   111 
   112 private:
   112 private:
   113 
   113 
   114     // From CActive
   114     // From CActive
   115     /**
   115     /**