diff -r d0791faffa3f -r aabe5387f5ce mtpfws/mtpfw/dataproviders/devdp/inc/cmtpstoragewatcher.h --- a/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpstoragewatcher.h Tue Feb 02 01:11:40 2010 +0200 +++ b/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpstoragewatcher.h Fri Mar 19 09:40:39 2010 +0200 @@ -27,9 +27,11 @@ #include "mtpdebug.h" #include "rmtpframework.h" #include "rmtpdpsingletons.h" +#include "rmtpdevicedpsingletons.h" class MMTPDataProviderFramework; + /** Implements the MTP device data provider system storage watcher. @internalComponent @@ -119,6 +121,8 @@ */ RMTPDpSingletons iDpSingletons; + RMTPDeviceDpSingletons iDevDpSingletons; + private: // Not owned. MMTPDataProviderFramework& iFramework;