From 4a4e046763e6736ef9af0afea03afebae2aeffd4 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sat, 5 Sep 2020 22:11:32 +0100 Subject: [PATCH] Small cleanups. --- YSFGateway/Conf.cpp | 6 +++--- YSFReflector/Conf.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/YSFGateway/Conf.cpp b/YSFGateway/Conf.cpp index 50497b7..784132e 100644 --- a/YSFGateway/Conf.cpp +++ b/YSFGateway/Conf.cpp @@ -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 diff --git a/YSFReflector/Conf.cpp b/YSFReflector/Conf.cpp index 00fb8df..0ed6f01 100644 --- a/YSFReflector/Conf.cpp +++ b/YSFReflector/Conf.cpp @@ -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