src/kolabformat.i

Thomas Brüderli bruederli at kolabsys.com
Wed Jan 16 09:04:46 CET 2013


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

New commits:
commit 122130f428ef9567d27037e45c2c640b81e24f69
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Wed Jan 16 09:04:39 2013 +0100

    Define template class for vector<Kolab::Event>, used for PHP bindings

diff --git a/src/kolabformat.i b/src/kolabformat.i
index 5776f96..9b39cb5 100644
--- a/src/kolabformat.i
+++ b/src/kolabformat.i
@@ -31,6 +31,7 @@ namespace std {
     %template(vectorattendee) vector<Kolab::Attendee>;
     %template(vectorcontactref) vector<Kolab::ContactReference>;
     %template(vectorgeo) vector<Kolab::Geo>;
+    %template(vectorevent) vector<Kolab::Event>;
     %template(vectorrelated) vector<Kolab::Related>;
     %template(vectortelephone) vector<Kolab::Telephone>;
     %template(vectordatetime) vector<Kolab::cDateTime>;





More information about the commits mailing list