Implement CListener::ToConfig()

This will later reduce some code duplication.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2017-01-12 11:00:37 +01:00
parent 35da5784ca
commit b8d99f2674
2 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class CListener {
virtual bool Listen() = 0;
void ResetRealListener();
virtual CConfig ToConfig() const = 0;
virtual CConfig ToConfig() const;
private:
protected: