TLS configuration panel finished

This commit is contained in:
2016-06-07 06:07:53 +02:00
parent c371187edc
commit 30689b10d2
7 changed files with 11 additions and 4 deletions

View File

@@ -50,7 +50,9 @@ class wxEAPTLSConfigPanelBase : public wxPanel
wxStaticText* m_server_names_note;
// Virtual event handlers, overide them in your derived class
virtual void OnRootCA( wxCommandEvent& event ) { event.Skip(); }
virtual void OnRootCADClick( wxCommandEvent& event ) { event.Skip(); }
virtual void OnRootCAAddStore( wxCommandEvent& event ) { event.Skip(); }
virtual void OnRootCAAddFile( wxCommandEvent& event ) { event.Skip(); }
virtual void OnRootCARemove( wxCommandEvent& event ) { event.Skip(); }