Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/auth.h @ 1:eaa27e4ed5be
add client_ui.go
| author | pyon@macmini |
|---|---|
| date | Mon, 01 Oct 2018 23:18:29 +0900 |
| parents | d3b8cd5aeb70 |
| children | db4813125eb8 |
comparison
equal
deleted
inserted
replaced
| 0:d3b8cd5aeb70 | 1:eaa27e4ed5be |
|---|---|
| 1 // Filename : auth.h | 1 // Filename : auth.h |
| 2 // Last Change: 2018-09-29 Sat 06:18:10. | 2 // Last Change: 2018-10-01 Mon 23:08:10. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #ifndef __AUTH_H__ | 5 #ifndef __AUTH_H__ |
| 6 #define __AUTH_H__ | 6 #define __AUTH_H__ |
| 7 | 7 |
| 41 void OnCheckUserID( wxCommandEvent& event ); | 41 void OnCheckUserID( wxCommandEvent& event ); |
| 42 void OnCheckPassword( wxCommandEvent& event ); | 42 void OnCheckPassword( wxCommandEvent& event ); |
| 43 void OnEnter( wxCommandEvent& event ); | 43 void OnEnter( wxCommandEvent& event ); |
| 44 void CreateControls( void ); | 44 void CreateControls( void ); |
| 45 void LoadUserID( void ); | 45 void LoadUserID( void ); |
| 46 void InDevelop( void ); | 46 void InDevelop( bool ); |
| 47 }; | 47 }; |
| 48 | 48 |
| 49 #endif //__AUTH_H__ | 49 #endif //__AUTH_H__ |
| 50 | 50 |
