Move listener config writing into CListener

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2017-01-12 10:31:32 +01:00
committed by Uli Schlachter
parent 82d32429d1
commit b68fbc64a2
3 changed files with 28 additions and 22 deletions
+2
View File
@@ -22,6 +22,7 @@
// Forward Declarations
class CRealListener;
class CConfig;
// !Forward Declarations
class CListener {
@@ -60,6 +61,7 @@ class CListener {
bool Listen();
void ResetRealListener();
CConfig ToConfig() const;
private:
protected: