locationdataharvester/maptileservice/inc/maptiledblookuptable.h
changeset 26 f3533f6eae3f
parent 17 0f22fb80ebba
child 30 96df3ab41000
--- a/locationdataharvester/maptileservice/inc/maptiledblookuptable.h	Thu May 27 12:49:34 2010 +0300
+++ b/locationdataharvester/maptileservice/inc/maptiledblookuptable.h	Fri Jun 11 13:33:47 2010 +0300
@@ -43,6 +43,8 @@
 // source type column number
 const TInt KColumnFilePath = 3;
 
+const TInt KColumnMapTileFetchingStatus = 4;
+
 
 /**
  *  Maptile database lookup entry
@@ -64,6 +66,8 @@
     
     // File Path
     TFileName iFilePath;
+    //MK  map tile fetching status
+     TUint32 iFetchingStatus;    
 };
 
 /**