X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarevent%2FCalendarEvent.h;h=157d620eca8fe0bc86cce2db530e55f8c4704db5;hb=77e26f9ec58c0db08708335e9f5699f866a3b226;hp=99c708dcafddfde039ea28620c192f14b016628c;hpb=284c77ac5ae39b716dca3b88b365dc335759af22;p=xestiacalendar%2F.git diff --git a/source/objects/calendarevent/CalendarEvent.h b/source/objects/calendarevent/CalendarEvent.h index 99c708d..157d620 100644 --- a/source/objects/calendarevent/CalendarEvent.h +++ b/source/objects/calendarevent/CalendarEvent.h @@ -1,3 +1,21 @@ +// 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__ @@ -10,7 +28,7 @@ class CalendarEventObject: public CalendarObject{ private: void ProcessData(); - void ProcessAlarms(); + void SaveObjectData(string *saveData); };