mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
using in headers is evil :(
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
#include <znc/Listener.h>
|
||||
#include <znc/znc.h>
|
||||
|
||||
using std::map;
|
||||
using std::vector;
|
||||
using std::set;
|
||||
using std::pair;
|
||||
|
||||
class CSSLClientCertMod : public CModule {
|
||||
public:
|
||||
MODCONSTRUCTOR(CSSLClientCertMod) {
|
||||
|
||||
Reference in New Issue
Block a user