X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fforms%2Fupdate%2FfrmUpdate.h;h=9cc0f337b16ce343212eb59633071f75b1fbcdac;hb=cba151c4b833a26c63984769f921bab5e755decd;hp=b4371a456ac0915efefc80acb9e1e74174cfd16f;hpb=80f15b0d29fd961caf1d210f5e5278dd477bf701;p=xestiacalendar%2F.git diff --git a/source/forms/update/frmUpdate.h b/source/forms/update/frmUpdate.h index b4371a4..9cc0f33 100644 --- a/source/forms/update/frmUpdate.h +++ b/source/forms/update/frmUpdate.h @@ -1,3 +1,21 @@ +// frmUpdate.h - frmUpdate form functions 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 __frmUpdate__ #define __frmUpdate__ @@ -6,7 +24,10 @@ Subclass of frmUpdateADT, which is generated by wxFormBuilder. */ +#include + #include "../AppXestiaCalendar.h" +#include "../../version.h" //// end generated include @@ -21,6 +42,7 @@ class frmUpdate : public frmUpdateADT public: /** Constructor */ frmUpdate( wxWindow* parent ); + void FetchData(); //// end generated class members };