usbmgmt/usbmgrtest/usbmsapp/usbms_stub/src/usbms_stub.cpp
changeset 25 4ddb65515edd
parent 0 c9bc50fca66e
child 29 59aa7d6e3e0f
equal deleted inserted replaced
14:4285b54b0d2c 25:4ddb65515edd
    78 CUsbstub3ClassController::~CUsbstub3ClassController()
    78 CUsbstub3ClassController::~CUsbstub3ClassController()
    79 	{
    79 	{
    80 	Cancel();
    80 	Cancel();
    81 
    81 
    82 	iTimer.Close();
    82 	iTimer.Close();
    83 
       
    84 #ifndef __WINS__	
       
    85 //	iLdd.Close();
       
    86 #endif
       
    87 
       
    88 	}
    83 	}
    89 
    84 
    90 
    85 
    91 
    86 
    92 /**
    87 /**
   253 /**
   248 /**
   254  * Set up the interface for use. This involves finding a "Interrupt IN" 
   249  * Set up the interface for use. This involves finding a "Interrupt IN" 
   255  * endpoint and, if found, configuring the interface.
   250  * endpoint and, if found, configuring the interface.
   256  */
   251  */
   257 	{
   252 	{
   258 return 0;
   253     return 0;
   259 	}
   254 	}
   260 
   255 
   261 	
   256 	
   262 //
   257 //
   263 // End of file
   258 // End of file