X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarjournal%2FCalendarJournal.h;h=9344911709ab22b0e4ca198f9a1695461af3b428;hb=b00724231971de7bc52e5cd7f11f0d4669e9aafd;hp=180a8770dc7f43de3d478e035929305141414573;hpb=6dceb4eea79006079020144ac94ece1405409200;p=xestiacalendar%2F.git diff --git a/source/objects/calendarjournal/CalendarJournal.h b/source/objects/calendarjournal/CalendarJournal.h index 180a877..9344911 100644 --- a/source/objects/calendarjournal/CalendarJournal.h +++ b/source/objects/calendarjournal/CalendarJournal.h @@ -1,3 +1,21 @@ +// CalendarJournal.h - CalendarJournal 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_CALENDARJOURNAL_CALENDARJOURNAL_H__ #define __OBJECTS_CALENDARJOURNAL_CALENDARJOURNAL_H__ @@ -10,7 +28,7 @@ class CalendarJournalObject: public CalendarObject{ private: void ProcessData(); - void SaveObjectData(string *SaveData); + void SaveObjectData(string *saveData); };