diff -r 2a11b5b00470 -r fd64c38c277d phonebookengines/contactsmodel/cntvcard/cntvcardconverter.cpp --- a/phonebookengines/contactsmodel/cntvcard/cntvcardconverter.cpp Fri May 14 15:42:23 2010 +0300 +++ b/phonebookengines/contactsmodel/cntvcard/cntvcardconverter.cpp Thu May 27 12:45:19 2010 +0300 @@ -32,6 +32,10 @@ #include #include +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include "cntconvertercallback.h" +#endif + /** @@ -183,7 +187,7 @@ HandleAgentsInVCardL(aConverter, agentPropertyList, *mainItem, aDb, aOption, aIncAccessCount, aDecAccessCount, aContactItems, EFalse); } - if (mainItem->CardFields().Count()) /// checks vcard is not empty + if (mainItem->CardFields().Count()) // checks vcard is not empty { ModifyAccessCountL(*mainItem, aIncAccessCount, aDecAccessCount); if (aOption & ENullTemplateId)