diff src/auth.cpp @ 8:82f9af6aa7e4

add net.cpp
author pyon@macmini
date Tue, 30 Oct 2018 17:26:02 +0900
parents 9a8b581c1993
children ae89ce4793d8
line wrap: on
line diff
--- a/src/auth.cpp	Fri Oct 26 21:05:11 2018 +0900
+++ b/src/auth.cpp	Tue Oct 30 17:26:02 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : auth.cpp
-// Last Change: 2018-10-23 火 09:05:53.
+// Last Change: 2018-10-29 月 09:09:57.
 //
 
 #include "id.h"
@@ -118,6 +118,7 @@
     m_textCtrlId->SetFocus();
 }
 
+/*
 bool AuthDialog::GetDB( void )
 {   // http get ( auth.db, hhs.db, index.db )
 	wxArrayString args;
@@ -126,6 +127,7 @@
 	args.Add( m_server );
 	wxExecute( wxJoin( args, ' ', '\\' ), wxEXEC_SYNC|wxEXEC_HIDE_CONSOLE );
 }
+*/
 
 bool AuthDialog::LoadDB( void )
 {