diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-15 02:24:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-15 10:57:07 +0100 |
| commit | 89abe02431bd8d885197883a3ffafdc8d836dce4 (patch) | |
| tree | 73cee24c9b4952c20b6609e0a56cde136f833684 /src/wx/christie_certificate_panel.h | |
| parent | f8acc34bcb4401184064598353d6c54df3cab1f9 (diff) | |
Christie support.
Diffstat (limited to 'src/wx/christie_certificate_panel.h')
| -rw-r--r-- | src/wx/christie_certificate_panel.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/wx/christie_certificate_panel.h b/src/wx/christie_certificate_panel.h new file mode 100644 index 000000000..0c9a64d46 --- /dev/null +++ b/src/wx/christie_certificate_panel.h @@ -0,0 +1,30 @@ +/* + Copyright (C) 2018 Carl Hetherington <cth@carlh.net> + + This file is part of DCP-o-matic. + + DCP-o-matic 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; either version 2 of the License, or + (at your option) any later version. + + DCP-o-matic 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 DCP-o-matic. If not, see <http://www.gnu.org/licenses/>. + +*/ + +#include "download_certificate_panel.h" + +class ChristieCertificatePanel : public DownloadCertificatePanel +{ +public: + ChristieCertificatePanel (DownloadCertificateDialog* dialog); + + void do_download (); + wxString name () const; +}; |
