locationdataharvester/mylocationsengine/inc/addresscomparision.h
changeset 26 f3533f6eae3f
parent 20 cd10d5b85554
--- a/locationdataharvester/mylocationsengine/inc/addresscomparision.h	Thu May 27 12:49:34 2010 +0300
+++ b/locationdataharvester/mylocationsengine/inc/addresscomparision.h	Fri Jun 11 13:33:47 2010 +0300
@@ -17,8 +17,10 @@
 
 #ifndef ADDRESSCOMPARISION_H_
 #define ADDRESSCOMPARISION_H_
+#include <locationservicedefines.h>
 #include <EPos_CPosLandmarkDatabase.h>
-#include "mylocationslookupdb.h"
+
+
 class CAddressComparision : public CBase
     {
 public:
@@ -45,7 +47,5 @@
     // Handle to landmarks db
     CPosLandmarkDatabase* iLandmarkDb;
 
-    // Handle to the My locations database manager
-    CLookupDatabase *iLookUpDatabase;
     };
 #endif /* ADDRESSCOMPARISION_H_ */