--- a/kernel/eka/include/d32usbdi.inl Wed Jun 23 12:58:21 2010 +0100
+++ b/kernel/eka/include/d32usbdi.inl Thu Jul 01 17:57:33 2010 +0100
@@ -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);
}
/**