mtpdataproviders/mtpfileandfolderdp/inc/rmtpfiledpsingletons.h
changeset 49 c20dd21d1eb4
parent 0 d0791faffa3f
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    56         static CSingletons* NewL(MMTPDataProviderFramework& aFramework);
    56         static CSingletons* NewL(MMTPDataProviderFramework& aFramework);
    57         virtual ~CSingletons();
    57         virtual ~CSingletons();
    58         void ConstructL(MMTPDataProviderFramework& aFramework);
    58         void ConstructL(MMTPDataProviderFramework& aFramework);
    59 
    59 
    60     public: // Owned
    60     public: // Owned
    61 
       
    62         /**
       
    63         FLOGGER debug trace member variable.
       
    64         */
       
    65         __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    66             
    61             
    67         /**
    62         /**
    68         The file config manager.
    63         The file config manager.
    69         */
    64         */
    70         CMTPFileDpConfigMgr*    iConfigMgr;
    65         CMTPFileDpConfigMgr*    iConfigMgr;
    71     	};
    66     	};
    72     
    67     
    73 private: // Owned
    68 private: // Owned
    74 
    69 
    75     /**
    70     /**
    76     FLOGGER debug trace member variable.
       
    77     */
       
    78     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    79 
       
    80     /**
       
    81     The singletons reference block.
    71     The singletons reference block.
    82     */
    72     */
    83     CSingletons*    iSingletons;
    73     CSingletons*    iSingletons;
    84 };
    74 };
    85 
    75