zapit/lib/zapitclient.cpp: comment get/setConfig

Origin commit data
------------------
Commit: 1817b5ddeb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-10 (Tue, 10 Apr 2012)
This commit is contained in:
[CST] Focus
2012-04-10 15:22:57 +04:00
parent a6ee90508c
commit fa840916a8
3 changed files with 6 additions and 1 deletions

View File

@@ -585,6 +585,7 @@ bool CZapitClient::stopScan()
close_connection();
return reply;
}
#if 0
bool CZapitClient::setConfig(Zapit_config Cfg)
{
//bool reply = send(CZapitMessages::CMD_LOADCONFIG);
@@ -598,6 +599,7 @@ void CZapitClient::getConfig (Zapit_config * Cfg)
CBasicClient::receive_data((char *) Cfg, sizeof(Zapit_config));
close_connection();
}
#endif
bool CZapitClient::Rezap()
{
bool reply = send(CZapitMessages::CMD_REZAP);