Add vector<CListener*> to modperl/modpython.

This commit is contained in:
Alexey Sokolov
2012-08-12 22:34:02 +07:00
parent 8360e906d5
commit 7e8f281ee5
2 changed files with 2 additions and 0 deletions

View File

@@ -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;