mtpfws/mtpfw/inc/rmtpframework.h
changeset 49 c20dd21d1eb4
parent 0 d0791faffa3f
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    20 #ifndef RMTPFRAMEWORK_H
    20 #ifndef RMTPFRAMEWORK_H
    21 #define RMTPFRAMEWORK_H
    21 #define RMTPFRAMEWORK_H
    22 
    22 
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <f32file.h>
    24 #include <f32file.h>
    25 
       
    26 #include "mtpdebug.h"
       
    27 
    25 
    28 class CMTPConnectionMgr;
    26 class CMTPConnectionMgr;
    29 class CMTPDataProviderController;
    27 class CMTPDataProviderController;
    30 class CMTPFrameworkConfig;
    28 class CMTPFrameworkConfig;
    31 class CMTPObjectMgr;
    29 class CMTPObjectMgr;
    79         void ConstructL();
    77         void ConstructL();
    80 
    78 
    81     public: // Owned
    79     public: // Owned
    82 
    80 
    83         /**
    81         /**
    84         FLOGGER debug trace member variable.
       
    85         */
       
    86         __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    87         
       
    88         /**
       
    89         The construction in-progress flag, which is used to manage nested 
    82         The construction in-progress flag, which is used to manage nested 
    90         (recursive) opens.
    83         (recursive) opens.
    91         */
    84         */
    92         TBool                       iConstructing;
    85         TBool                       iConstructing;
    93 
    86 
   137         CMTPServiceMgr*           iSingleServiceMgr;
   130         CMTPServiceMgr*           iSingleServiceMgr;
   138         
   131         
   139         };
   132         };
   140 
   133 
   141 private: // Owned
   134 private: // Owned
   142 
       
   143     /**
       
   144     FLOGGER debug trace member variable.
       
   145     */
       
   146     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
   147     
       
   148     /**
   135     /**
   149     The nested flag which indicates if the singletons manager reference was 
   136     The nested flag which indicates if the singletons manager reference was 
   150     recursively opened.
   137     recursively opened.
   151     */
   138     */
   152     TBool           iNested;
   139     TBool           iNested;