X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarjournal%2FCalendarJournal.h;h=c2e4a4ab3e62599f19d3e45d4f4ef7a61d439a64;hb=cba151c4b833a26c63984769f921bab5e755decd;hp=d192dfa7898ac3edb75ca52164daa5ece3c918d2;hpb=4e0fe0815e5733fab35e33cabd4f9ef10c997969;p=xestiacalendar%2F.git diff --git a/source/objects/calendarjournal/CalendarJournal.h b/source/objects/calendarjournal/CalendarJournal.h index d192dfa..c2e4a4a 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,6 +28,7 @@ class CalendarJournalObject: public CalendarObject{ private: void ProcessData(); + void SaveObjectData(string *SaveData); };