X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=dda72386ad5828bbbda779842ffd34edbad4d1a4;hp=00b9a7200d05c2cc7641a3a9eb7480cb5a222346;hb=cbb594a87fa3bf6d8511d637f8a390f0e9edc9ea;hpb=6560c043b039251e21a79bebea48e11053c88948 diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 00b9a72..dda7238 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -20,11 +20,15 @@ #define __CLIENTDATAOBJECT_H__ #include +#include #include +#include "../vcard/vcard.h" enum ContactLoadStatus{ CONTACTLOAD_UNITTESTFAIL = -1, - CONTACTLOAD_FILEMISSING + CONTACTLOAD_FILEMISSING, + CONTACTLOAD_FILEERROR, + CONTACTLOAD_FILEINVALIDFORMAT }; class ContactDataObject{