mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Move listener config writing into CListener
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
committed by
Uli Schlachter
parent
82d32429d1
commit
b68fbc64a2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user