diff -r 21625e5de155 -r 93c0009bd947 usbmgmt/usbmgr/host/fdf/production/client/public/usbhoststack.h --- a/usbmgmt/usbmgr/host/fdf/production/client/public/usbhoststack.h Mon Sep 06 11:27:08 2010 +0800 +++ b/usbmgmt/usbmgr/host/fdf/production/client/public/usbhoststack.h Thu Sep 16 12:03:29 2010 +0800 @@ -70,6 +70,7 @@ IMPORT_C TInt GetProductStringDescriptor(TUint aDeviceId, TUint aLangId, TName& aString); IMPORT_C TInt GetOtgDescriptor(TUint aDeviceId, TOtgDescriptor& aDescriptor); + IMPORT_C TInt GetConfigurationDescriptor(TUint aDeviceId, TConfigurationDescriptor& aDescriptor); // Support for server-side out-of-memory testing. In release, these just // return KErrNone.