X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarevent%2FCalendarEvent.h;h=e2bdf0de21b1645b6349d8db434f243fd7a9a5ae;hb=972917df930c51673674e76d531dcef83ad74c2c;hp=766f52ab29e91706ef68a30ca4feb4e4dc471ce7;hpb=9c478893cc68c8e6ee18178d7b89d2d37a3ff432;p=xestiacalendar%2F.git diff --git a/source/objects/calendarevent/CalendarEvent.h b/source/objects/calendarevent/CalendarEvent.h index 766f52a..e2bdf0d 100644 --- a/source/objects/calendarevent/CalendarEvent.h +++ b/source/objects/calendarevent/CalendarEvent.h @@ -1,7 +1,16 @@ +#ifndef __OBJECTS_CALENDAREVENT_CALENDAREVENT_H__ +#define __OBJECTS_CALENDAREVENT_CALENDAREVENT_H__ + #include "../calendarobject/CalendarObject.h" class CalendarEventObject: public CalendarObject{ CalendarObjectValidResult ValidObject(); - -}; \ No newline at end of file + + private: + + void ProcessData(); + +}; + +#endif \ No newline at end of file