mtpfws/mtpfw/inc/cmtpdeltadatamgr.h
changeset 49 c20dd21d1eb4
parent 0 d0791faffa3f
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    22 */
    22 */
    23 
    23 
    24 
    24 
    25 #ifndef CMTPDELTADATAMGR_H
    25 #ifndef CMTPDELTADATAMGR_H
    26 #define CMTPDELTADATAMGR_H
    26 #define CMTPDELTADATAMGR_H
    27 
       
    28 #include "mtpdebug.h"
       
    29 
    27 
    30 #include <e32base.h>
    28 #include <e32base.h>
    31 #include <d32dbms.h>
    29 #include <d32dbms.h>
    32 #include "dbutility.h"
    30 #include "dbutility.h"
    33 #include "mtpframeworkconst.h"
    31 #include "mtpframeworkconst.h"
    86     RDbView iView;
    84     RDbView iView;
    87     TBool iNeedToSendMore;
    85     TBool iNeedToSendMore;
    88     TInt iTotalRows;    
    86     TInt iTotalRows;    
    89     RDbTable iDeltaTableBatched;
    87     RDbTable iDeltaTableBatched;
    90     RDbTable iAnchorTableBatched;
    88     RDbTable iAnchorTableBatched;
    91    /**
       
    92     FLOGGER debug trace member variable.
       
    93     */
       
    94     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    95 };
    89 };
    96 
    90 
    97 #endif // CMTPDELTADATAMGR_H
    91 #endif // CMTPDELTADATAMGR_H