X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarobject%2FCalendarObject.h;h=877749832dd1d37f276e6ce4a4120897bd2e0e87;hb=7435d64e2efe123bac1053fd28aadfb0111f887e;hp=643c140902729886b9720417e58702701c60080f;hpb=ca7fd256bc25444f94ddd4dea1bc5dcc903dc20c;p=xestiacalendar%2F.git diff --git a/source/objects/calendarobject/CalendarObject.h b/source/objects/calendarobject/CalendarObject.h index 643c140..8777498 100644 --- a/source/objects/calendarobject/CalendarObject.h +++ b/source/objects/calendarobject/CalendarObject.h @@ -1,3 +1,6 @@ +#ifndef __OBJECTS_CALENDAROBJECT_CALENDAROBJECT_H__ +#define __OBJECTS_CALENDAROBJECT_CALENDAROBJECT_H__ + #include #include #include @@ -62,6 +65,9 @@ class CalendarObject{ std::string ClassData; std::string ClassDataTokens; + std::string CompletedData; + std::string CompletedDataTokens; + vector CommentList; vector CommentListAltRep; vector CommentListLanguage; @@ -87,7 +93,7 @@ class CalendarObject{ std::string PriorityTokens; vector ResourcesData; - vector ResourcesDataAltID; + vector ResourcesDataAltRep; vector ResourcesDataLanguage; vector ResourcesDataTokens; @@ -226,3 +232,5 @@ class CalendarObject{ virtual void ProcessData() {}; }; + +#endif \ No newline at end of file