usbengines/usbotgwatcher/inc/cusbservicecontrol.h
changeset 3 47c263f7e521
parent 0 1e05558e2206
child 20 a15c582fbf97
--- a/usbengines/usbotgwatcher/inc/cusbservicecontrol.h	Mon Jan 18 21:13:23 2010 +0200
+++ b/usbengines/usbotgwatcher/inc/cusbservicecontrol.h	Tue Jan 26 12:55:41 2010 +0200
@@ -65,20 +65,20 @@
 
     /**
      * Starts usb service. When service is started call back function 
-     * MUsbServiceControlObserver::UsbServiceStarted will be called.
+     * MUsbServiceControlObserver::UsbServiceControlReqCompletedL will be called.
      * Client should not worry is usb service already started, or not,
      * and which one personality is started. Just request this API 
      * @param aPersonalityId personality id (required by RUsb API to start usb services) 
      * @return error code
      */
-    TInt Start(TInt aPersonalityId);
+    TInt StartL(TInt aPersonalityId);
 
     /**
      * Stops service. When service is stopped call back function 
-     * MUsbServiceControlObserver::UsbServiceStopped will be called
+     * MUsbServiceControlObserver::UsbServiceControlReqCompletedL will be called
      * @return error code
      */
-    TInt Stop();
+    TInt StopL();
 
 public: