mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 22:58:28 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user