locationdataharvester/mylocationsengine/src/mylocationslookupdb.cpp
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
equal deleted inserted replaced
17:0f22fb80ebba 20:cd10d5b85554
    13 *
    13 *
    14 * Description: Mylocation database lookup table implementation.
    14 * Description: Mylocation database lookup table implementation.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <BAUTILS.H>
    18 #include <bautils.h>
    19 #include <EPos_CPosLmCategoryManager.h>
    19 #include <EPos_CPosLmCategoryManager.h>
    20 #include "mylocationslookupdb.h"
    20 #include "mylocationslookupdb.h"
    21 #include "mylocationlogger.h"
    21 #include "mylocationlogger.h"
    22 // select all from
    22 // select all from
    23 _LIT( KSelectAllFrom, "SELECT * FROM " );
    23 _LIT( KSelectAllFrom, "SELECT * FROM " );