c++/lib

Thomas Brüderli bruederli at kolabsys.com
Tue Mar 13 18:52:19 CET 2012


 c++/lib/kolabformat.i |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 04bf6a2dbc33f88d4a771088df636cc2581618cc
Author: Thomas B <roundcube at gmail.com>
Date:   Tue Mar 13 18:51:55 2012 +0100

    Add another vector template for swig bindings

diff --git a/c++/lib/kolabformat.i b/c++/lib/kolabformat.i
index 3b86bdc..8315657 100644
--- a/c++/lib/kolabformat.i
+++ b/c++/lib/kolabformat.i
@@ -27,6 +27,7 @@ namespace std {
     %template(vectoralarm) vector<Kolab::Alarm>;
     %template(vectorattachment) vector<Kolab::Attachment>;
     %template(vectorattendee) vector<Kolab::Attendee>;
+    %template(vectormember) vector<Kolab::Member>;
     %template(vectorrelated) vector<Kolab::Related>;
     %template(vectortelephone) vector<Kolab::Telephone>;
     %template(vectordatetime) vector<Kolab::cDateTime>;





More information about the commits mailing list