mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-20 15:10:16 +01:00
Small cleanups.
This commit is contained in:
parent
227052e34b
commit
4a4e046763
|
|
@ -382,12 +382,12 @@ unsigned int CConf::getLogFileLevel() const
|
|||
|
||||
std::string CConf::getLogFilePath() const
|
||||
{
|
||||
return m_logFilePath;
|
||||
return m_logFilePath;
|
||||
}
|
||||
|
||||
std::string CConf::getLogFileRoot() const
|
||||
{
|
||||
return m_logFileRoot;
|
||||
return m_logFileRoot;
|
||||
}
|
||||
|
||||
bool CConf::getAPRSEnabled() const
|
||||
|
|
@ -447,7 +447,7 @@ bool CConf::getYSFNetworkEnabled() const
|
|||
|
||||
unsigned int CConf::getYSFNetworkPort() const
|
||||
{
|
||||
return m_ysfNetworkPort;
|
||||
return m_ysfNetworkPort;
|
||||
}
|
||||
|
||||
std::string CConf::getYSFNetworkHosts() const
|
||||
|
|
|
|||
|
|
@ -155,12 +155,12 @@ unsigned int CConf::getLogFileLevel() const
|
|||
|
||||
std::string CConf::getLogFilePath() const
|
||||
{
|
||||
return m_logFilePath;
|
||||
return m_logFilePath;
|
||||
}
|
||||
|
||||
std::string CConf::getLogFileRoot() const
|
||||
{
|
||||
return m_logFileRoot;
|
||||
return m_logFileRoot;
|
||||
}
|
||||
|
||||
unsigned int CConf::getNetworkPort() const
|
||||
|
|
|
|||
Loading…
Reference in a new issue