diff -r d0791faffa3f -r f8e15b44d440 mtpfws/mtpfw/dataproviders/devdp/inc/rmtpdevicedpsingletons.h --- a/mtpfws/mtpfw/dataproviders/devdp/inc/rmtpdevicedpsingletons.h Tue Feb 02 01:11:40 2010 +0200 +++ b/mtpfws/mtpfw/dataproviders/devdp/inc/rmtpdevicedpsingletons.h Fri Feb 19 23:40:44 2010 +0200 @@ -45,6 +45,8 @@ CMTPDeviceDataStore& DeviceDataStore(); CMTPDeviceDpConfigMgr& ConfigMgr(); + RArray& PendingStorages(); + private: /** @@ -79,6 +81,11 @@ The device dp config manager. */ CMTPDeviceDpConfigMgr* iConfigMgr; + + /* + * The pending storageids which is not enumerated. + */ + RArray iPendingStorages; }; private: // Owned