locationdataharvester/mylocationsengine/inc/addresscomparision.h
changeset 26 f3533f6eae3f
parent 20 cd10d5b85554
equal deleted inserted replaced
24:ccec19943943 26:f3533f6eae3f
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef ADDRESSCOMPARISION_H_
    18 #ifndef ADDRESSCOMPARISION_H_
    19 #define ADDRESSCOMPARISION_H_
    19 #define ADDRESSCOMPARISION_H_
       
    20 #include <locationservicedefines.h>
    20 #include <EPos_CPosLandmarkDatabase.h>
    21 #include <EPos_CPosLandmarkDatabase.h>
    21 #include "mylocationslookupdb.h"
    22 
       
    23 
    22 class CAddressComparision : public CBase
    24 class CAddressComparision : public CBase
    23     {
    25     {
    24 public:
    26 public:
    25   
    27   
    26     static CAddressComparision* NewL(); 
    28     static CAddressComparision* NewL(); 
    43     CAddressComparision();
    45     CAddressComparision();
    44        
    46        
    45     // Handle to landmarks db
    47     // Handle to landmarks db
    46     CPosLandmarkDatabase* iLandmarkDb;
    48     CPosLandmarkDatabase* iLandmarkDb;
    47 
    49 
    48     // Handle to the My locations database manager
       
    49     CLookupDatabase *iLookUpDatabase;
       
    50     };
    50     };
    51 #endif /* ADDRESSCOMPARISION_H_ */
    51 #endif /* ADDRESSCOMPARISION_H_ */