diff -r d0791faffa3f -r f8e15b44d440 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 Feb 19 23:40:44 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;