mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Implement CListener::ToConfig()
This will later reduce some code duplication. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -53,7 +53,7 @@ class CListener {
|
||||
|
||||
virtual bool Listen() = 0;
|
||||
void ResetRealListener();
|
||||
virtual CConfig ToConfig() const = 0;
|
||||
virtual CConfig ToConfig() const;
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user