X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarevent%2FCalendarEvent.h;h=99c708dcafddfde039ea28620c192f14b016628c;hb=50183eecd549afd431f5b893f9310be7095a9ade;hp=766f52ab29e91706ef68a30ca4feb4e4dc471ce7;hpb=9c478893cc68c8e6ee18178d7b89d2d37a3ff432;p=xestiacalendar%2F.git diff --git a/source/objects/calendarevent/CalendarEvent.h b/source/objects/calendarevent/CalendarEvent.h index 766f52a..99c708d 100644 --- a/source/objects/calendarevent/CalendarEvent.h +++ b/source/objects/calendarevent/CalendarEvent.h @@ -1,7 +1,17 @@ +#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(); + void ProcessAlarms(); + +}; + +#endif \ No newline at end of file