Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/auth.h @ 16:b651aa41b9d4 default tip
hhsinfo method (server)
author | pyon@macmini |
---|---|
date | Mon, 15 Jul 2019 07:03:05 +0900 |
parents | ae89ce4793d8 |
children |
comparison
equal
deleted
inserted
replaced
15:c262e17de9b1 | 16:b651aa41b9d4 |
---|---|
1 // Filename : auth.h | 1 // Filename : auth.h |
2 // Last Change: 2018-10-31 11:06:01. | 2 // Last Change: 2019-07-08 08:46:18. |
3 // | 3 // |
4 | 4 |
5 #ifndef __AUTH_H__ | 5 #pragma once |
6 #define __AUTH_H__ | |
7 | 6 |
8 #include <wx/gdicmn.h> | 7 #include <wx/gdicmn.h> |
9 #include <wx/font.h> | 8 #include <wx/font.h> |
10 #include <wx/colour.h> | 9 #include <wx/colour.h> |
11 #include <wx/settings.h> | 10 #include <wx/settings.h> |
51 void OnEnter( wxCommandEvent& event ); | 50 void OnEnter( wxCommandEvent& event ); |
52 void OnCheckUserID( wxCommandEvent& event ); | 51 void OnCheckUserID( wxCommandEvent& event ); |
53 void OnCheckPassword( wxCommandEvent& event ); | 52 void OnCheckPassword( wxCommandEvent& event ); |
54 }; | 53 }; |
55 | 54 |
56 #endif //__AUTH_H__ | |
57 |