--- a/kernel/eka/include/d32usbdi.inl Mon Mar 15 12:45:50 2010 +0200
+++ b/kernel/eka/include/d32usbdi.inl Wed Mar 31 23:38:45 2010 +0300
@@ -414,11 +414,12 @@
/**
Returns the size of pages used by the HCD.
@internalComponent
-@return The HCD's page size.
+@param aHcdPageSize on success provides the HCD's page size.
+@return KErrNone on success, otherwise a system-wide error code.
*/
-TInt RUsbInterface::HcdPageSize()
+TInt RUsbInterface::GetHcdPageSize(TInt& aHcdPageSize)
{
- return DoControl(EHcdPageSize);
+ return DoControl(EHcdPageSize, &aHcdPageSize);
}
/**