mtpfws/mtpfw/dataproviders/devdp/inc/cmtpstoragewatcher.h
branchRCL_3
changeset 1 f8e15b44d440
parent 0 d0791faffa3f
equal deleted inserted replaced
0:d0791faffa3f 1:f8e15b44d440
    25 #include <mtp/tmtptypeevent.h>
    25 #include <mtp/tmtptypeevent.h>
    26 
    26 
    27 #include "mtpdebug.h"
    27 #include "mtpdebug.h"
    28 #include "rmtpframework.h"
    28 #include "rmtpframework.h"
    29 #include "rmtpdpsingletons.h"
    29 #include "rmtpdpsingletons.h"
       
    30 #include "rmtpdevicedpsingletons.h"
    30 
    31 
    31 class MMTPDataProviderFramework;
    32 class MMTPDataProviderFramework;
       
    33 
    32 
    34 
    33 /** 
    35 /** 
    34 Implements the MTP device data provider system storage watcher.
    36 Implements the MTP device data provider system storage watcher.
    35 @internalComponent
    37 @internalComponent
    36 */
    38 */
   117     /**
   119     /**
   118     The DP Singleton.
   120     The DP Singleton.
   119     */
   121     */
   120     RMTPDpSingletons				iDpSingletons;
   122     RMTPDpSingletons				iDpSingletons;
   121     
   123     
       
   124     RMTPDeviceDpSingletons          iDevDpSingletons;
       
   125     
   122 private: // Not owned.
   126 private: // Not owned.
   123 
   127 
   124     MMTPDataProviderFramework&      iFramework;
   128     MMTPDataProviderFramework&      iFramework;
   125     };
   129     };
   126    
   130