mtpdataproviders/mtppictbridgedp/inc/cmtppictbridgedp.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    25 #include <mtp/cmtpdataproviderplugin.h>
    25 #include <mtp/cmtpdataproviderplugin.h>
    26 #include <comms-infras/commsdebugutility.h>
    26 #include <comms-infras/commsdebugutility.h>
    27 
    27 
    28 #include "mmtppictbridgeenumeratorcallback.h"
    28 #include "mmtppictbridgeenumeratorcallback.h"
    29 #include "cmtprequestprocessor.h"
    29 #include "cmtprequestprocessor.h"
    30 #include "mtpdebug.h"
       
    31 
    30 
    32 class CMTPPictBridgeEnumerator;
    31 class CMTPPictBridgeEnumerator;
    33 class CPtpServer;
    32 class CPtpServer;
    34 
    33 
    35 /** 
    34 /** 
    79 
    78 
    80     /**
    79     /**
    81     The active request processors table.
    80     The active request processors table.
    82     */ 
    81     */ 
    83     RPointerArray<MMTPRequestProcessor> iActiveProcessors;
    82     RPointerArray<MMTPRequestProcessor> iActiveProcessors;
    84     /**
       
    85     FLOGGER debug trace member variable.
       
    86     */
       
    87     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    88     };
    83     };
    89     
    84     
    90 #endif // CMTPPICTBRIDGEDP_H
    85 #endif // CMTPPICTBRIDGEDP_H
    91 
    86