X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarobject%2FCalendarObject.h;h=877749832dd1d37f276e6ce4a4120897bd2e0e87;hb=7435d64e2efe123bac1053fd28aadfb0111f887e;hp=597790d331de5b05f36f5b2c7049af2f5f05f20a;hpb=debbed6605987283457cd1c6f72a1d4b3abff192;p=xestiacalendar%2F.git diff --git a/source/objects/calendarobject/CalendarObject.h b/source/objects/calendarobject/CalendarObject.h index 597790d..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 @@ -52,17 +55,21 @@ class CalendarObject{ vector AttachList; vector AttachListTokens; vector AttachListEncoding; + vector AttachListFormatType; vector AttachListValue; vector CategoriesList; vector CategoriesListLanguage; - vector CateogriesListTokens; + vector CategoriesListTokens; std::string ClassData; std::string ClassDataTokens; + std::string CompletedData; + std::string CompletedDataTokens; + vector CommentList; - vector CommentListAltID; + vector CommentListAltRep; vector CommentListLanguage; vector CommentListTokens; @@ -86,11 +93,12 @@ class CalendarObject{ std::string PriorityTokens; vector ResourcesData; - vector ResourcesDataAltID; + vector ResourcesDataAltRep; vector ResourcesDataLanguage; vector ResourcesDataTokens; std::string StatusData; + std::string StatusLanguage; std::string StatusTokens; std::string SummaryData; @@ -154,7 +162,7 @@ class CalendarObject{ vector AttendeeListTokens; vector ContactList; - vector ContactListAltID; + vector ContactListAltRep; vector ContactListLanguage; vector ContactListTokens; @@ -211,9 +219,9 @@ class CalendarObject{ vector XTokensData; vector XTokensDataTokens; - std::string RequestStatusData; - std::string RequestStatusLanguage; - std::string RequestStatusTokens; + vector RequestStatusData; + vector RequestStatusLanguage; + vector RequestStatusTokens; protected: // Initial Loading Data. @@ -224,3 +232,5 @@ class CalendarObject{ virtual void ProcessData() {}; }; + +#endif \ No newline at end of file