mtpfws/mtpfw/daemon/server/inc/cmtpserver.h
changeset 49 c20dd21d1eb4
parent 0 d0791faffa3f
child 52 866b4af7ffbe
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    23 
    23 
    24 #include <e32std.h>
    24 #include <e32std.h>
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <f32file.h>
    26 #include <f32file.h>
    27 
    27 
    28 #include "mtpdebug.h"
       
    29 #include "rmtpframework.h"
    28 #include "rmtpframework.h"
    30 
    29 
    31 class CMTPShutdown;
    30 class CMTPShutdown;
    32 
    31 
    33 /**
    32 /**
    55 	static CMTPServer* NewLC();
    54 	static CMTPServer* NewLC();
    56 	CMTPServer();
    55 	CMTPServer();
    57 	void ConstructL();
    56 	void ConstructL();
    58 	
    57 	
    59 private: // Owned
    58 private: // Owned
    60 
       
    61     /**
       
    62     FLOGGER debug trace member variable.
       
    63     */
       
    64     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    65     
    59     
    66     /**
    60     /**
    67     The MTP framework singletons.
    61     The MTP framework singletons.
    68     */
    62     */
    69     RMTPFramework   iFrameworkSingletons;
    63     RMTPFramework   iFrameworkSingletons;