X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fobjects%2Fcalendartask%2FCalendarTask.h;h=2d2e97362bf0fe30ed40be548aa468bd06b53837;hp=83d1423db41440f5e469a4c044bf5d4ea9353075;hb=3e3ae5dc244fc2f0a905d0e3ba04d974809f02b7;hpb=1e64482f6662b22b3e544aa191485150e1b6e2b4 diff --git a/source/objects/calendartask/CalendarTask.h b/source/objects/calendartask/CalendarTask.h index 83d1423..2d2e973 100644 --- a/source/objects/calendartask/CalendarTask.h +++ b/source/objects/calendartask/CalendarTask.h @@ -1,3 +1,21 @@ +// CalendarTask.h - CalendarTask 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_CALENDARTASK_CALENDARTASK_H__ #define __OBJECTS_CALENDARTASK_CALENDARTASK_H__ @@ -10,7 +28,7 @@ class CalendarTaskObject: public CalendarObject{ private: void ProcessData(); - void SaveObjectData(string *SaveData); + void SaveObjectData(string *saveData); };