X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarfreebusy%2FCalendarFreeBusy.h;h=20fa013ea07524eecc3690f8ad8fb3937d3a331c;hb=cba151c4b833a26c63984769f921bab5e755decd;hp=3906e9c57e80b9824a64a2cb508764ec305610cd;hpb=4d93310894136ede7733c0b4ba22321d85452784;p=xestiacalendar%2F.git diff --git a/source/objects/calendarfreebusy/CalendarFreeBusy.h b/source/objects/calendarfreebusy/CalendarFreeBusy.h index 3906e9c..20fa013 100644 --- a/source/objects/calendarfreebusy/CalendarFreeBusy.h +++ b/source/objects/calendarfreebusy/CalendarFreeBusy.h @@ -1,3 +1,21 @@ +// CalendarFreeBusy.h - CalendarFreeBusy 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_CALENDARFREEBUSY_CALENDARFREEBUSY_H__ #define __OBJECTS_CALENDARFREEBUSY_CALENDARFREEBUSY_H__ @@ -10,6 +28,7 @@ class CalendarFreeBusyObject: public CalendarObject{ private: void ProcessData(); + void SaveObjectData(string *SaveData); };