mtpfws/mtpfw/dataproviders/dputility/inc/cmtpfsentrycache.h
changeset 47 63cf70d3ecd8
parent 18 1b39655331a3
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    20 
    20 
    21 #ifndef CMTPFSENTRYCACHE_H
    21 #ifndef CMTPFSENTRYCACHE_H
    22 #define CMTPFSENTRYCACHE_H
    22 #define CMTPFSENTRYCACHE_H
    23 
    23 
    24 #include <f32file.h> 
    24 #include <f32file.h> 
    25 #include "mtpdebug.h"
       
    26 
    25 
    27 /** 
    26 /** 
    28 This class is used to cache the fs entry information of the big file (>1G) which is being
    27 This class is used to cache the fs entry information of the big file (>1G) which is being
    29 copied/moved in fs. The cache information is used to send response to getobjectproplist 
    28 copied/moved in fs. The cache information is used to send response to getobjectproplist 
    30 and getobjectinfo
    29 and getobjectinfo
    63   The fake file entry of target big file that is being copied/moved
    62   The fake file entry of target big file that is being copied/moved
    64   Since the target big file is not created in file system, this fake entry is
    63   Since the target big file is not created in file system, this fake entry is
    65   used to return to getobjectproplist and getobjectinfo operations
    64   used to return to getobjectproplist and getobjectinfo operations
    66   */
    65   */
    67   TEntry            iFileEntry;	
    66   TEntry            iFileEntry;	
    68 	/**
       
    69     FLOGGER debug trace member variable.
       
    70   */
       
    71   __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    72 	};
    67 	};
    73 	
    68 	
    74 #endif // CMTPFSENTRYCACHE_H
    69 #endif // CMTPFSENTRYCACHE_H