#ifndef __OBJECTS_CALENDAREVENT_CALENDAREVENT_H__ #define __OBJECTS_CALENDAREVENT_CALENDAREVENT_H__ #include "../calendarobject/CalendarObject.h" class CalendarEventObject: public CalendarObject{ CalendarObjectValidResult ValidObject(); private: void ProcessData(); }; #endif