mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add vector<CListener*> to modperl/modpython.
This commit is contained in:
@@ -70,6 +70,7 @@ typedef std::set<CString> SCString;
|
||||
%template(PyMCString) std::map<CString, CString>;
|
||||
class MCString : public std::map<CString, CString> {};
|
||||
%template(PyModulesVector) std::vector<CModule*>;
|
||||
%template(VListeners) std::vector<CListener*>;
|
||||
|
||||
%typemap(in) CString& {
|
||||
String* p;
|
||||
|
||||
Reference in New Issue
Block a user