locationdataharvester/geocodeupdate/src/geocodeupdate.cpp
changeset 26 f3533f6eae3f
parent 20 cd10d5b85554
child 30 96df3ab41000
equal deleted inserted replaced
24:ccec19943943 26:f3533f6eae3f
    54     MYLOCLOGSTRING("call to create contactManger object .");
    54     MYLOCLOGSTRING("call to create contactManger object .");
    55     contactManger = new QContactManager("symbian");
    55     contactManger = new QContactManager("symbian");
    56     MYLOCLOGSTRING("contactManger object created .");
    56     MYLOCLOGSTRING("contactManger object created .");
    57 
    57 
    58     MYLOCLOGSTRING("contactManger object is not null .");
    58     MYLOCLOGSTRING("contactManger object is not null .");
    59     QStringList definitionRestrictions;
    59     QContact contact = contactManger->contact( contactId );
    60     QContact contact = contactManger->contact(contactId ,definitionRestrictions);
       
    61     QContactGeoLocation location;
    60     QContactGeoLocation location;
    62 
    61 
    63     switch (addressType)
    62     switch (addressType)
    64     {
    63     {
    65     case ESourceContactsPref:
    64     case ESourceContactsPref: