X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarevent%2FCalendarEvent.h;h=f16253be3e5c37495df14536b1c4af2e735e08a5;hb=cba151c4b833a26c63984769f921bab5e755decd;hp=e0f7df9bcbca73bce1e8cfc31d7cb9a31556bd23;hpb=1bc092b9a6e721239a313f291ccb43979fdaced5;p=xestiacalendar%2F.git diff --git a/source/objects/calendarevent/CalendarEvent.h b/source/objects/calendarevent/CalendarEvent.h index e0f7df9..f16253b 100644 --- a/source/objects/calendarevent/CalendarEvent.h +++ b/source/objects/calendarevent/CalendarEvent.h @@ -1,3 +1,24 @@ +// CalendarEvent.cpp - CalendarEventObject class header +// +// (c) 2016-2017 Xestia Software Development. +// +// This file is part of Xestia Calendar. +// +// Xestia Calendar is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Calendar is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Calendar. If not, see + +#ifndef __OBJECTS_CALENDAREVENT_CALENDAREVENT_H__ +#define __OBJECTS_CALENDAREVENT_CALENDAREVENT_H__ + #include "../calendarobject/CalendarObject.h" class CalendarEventObject: public CalendarObject{ @@ -7,5 +28,8 @@ class CalendarEventObject: public CalendarObject{ private: void ProcessData(); + void SaveObjectData(string *SaveData); -}; \ No newline at end of file +}; + +#endif \ No newline at end of file