locationdataharvester/maptileservice/inc/maptiledblookuptable.h
changeset 26 f3533f6eae3f
parent 17 0f22fb80ebba
child 30 96df3ab41000
equal deleted inserted replaced
24:ccec19943943 26:f3533f6eae3f
    41 // source type column number
    41 // source type column number
    42 const TInt KColumnSource = 2;
    42 const TInt KColumnSource = 2;
    43 // source type column number
    43 // source type column number
    44 const TInt KColumnFilePath = 3;
    44 const TInt KColumnFilePath = 3;
    45 
    45 
       
    46 const TInt KColumnMapTileFetchingStatus = 4;
       
    47 
    46 
    48 
    47 /**
    49 /**
    48  *  Maptile database lookup entry
    50  *  Maptile database lookup entry
    49  */
    51  */
    50 class TLookupItem                            
    52 class TLookupItem                            
    62     // Uid of the Application
    64     // Uid of the Application
    63     TUint32 iAppUid; 
    65     TUint32 iAppUid; 
    64     
    66     
    65     // File Path
    67     // File Path
    66     TFileName iFilePath;
    68     TFileName iFilePath;
       
    69     //MK  map tile fetching status
       
    70      TUint32 iFetchingStatus;    
    67 };
    71 };
    68 
    72 
    69 /**
    73 /**
    70  *  Defines uid source type
    74  *  Defines uid source type
    71  */
    75  */