mtpfws/mtpfw/dataproviders/devdp/inc/cmtpstoragewatcher.h
changeset 49 c20dd21d1eb4
parent 17 aabe5387f5ce
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    22 #define CMTPSTORAGEWATCHER_H
    22 #define CMTPSTORAGEWATCHER_H
    23 
    23 
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <mtp/tmtptypeevent.h>
    25 #include <mtp/tmtptypeevent.h>
    26 
    26 
    27 #include "mtpdebug.h"
       
    28 #include "rmtpframework.h"
    27 #include "rmtpframework.h"
    29 #include "rmtpdpsingletons.h"
    28 #include "rmtpdpsingletons.h"
    30 #include "rmtpdevicedpsingletons.h"
    29 #include "rmtpdevicedpsingletons.h"
    31 
    30 
    32 class MMTPDataProviderFramework;
    31 class MMTPDataProviderFramework;
    75         };
    74         };
    76     
    75     
    77 private: // Owned
    76 private: // Owned
    78 
    77 
    79     /**
    78     /**
    80     FLOGGER debug trace member variable.
       
    81     */
       
    82     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    83     
       
    84     /**
       
    85     The available drives configuration.
    79     The available drives configuration.
    86     */
    80     */
    87 	TUint32                         iDrivesConfig;
    81 	TUint32                         iDrivesConfig;
    88     
    82     
    89     /**
    83     /**