fix build
authorJosef Reidinger <jreidinger@suse.cz>
Fri, 20 Jun 2008 14:35:33 +0000 (14:35 +0000)
committerJosef Reidinger <jreidinger@suse.cz>
Fri, 20 Jun 2008 14:35:33 +0000 (14:35 +0000)
swig/Service.i [new file with mode: 0644]

diff --git a/swig/Service.i b/swig/Service.i
new file mode 100644 (file)
index 0000000..8c6ef18
--- /dev/null
@@ -0,0 +1,6 @@
+#ifdef SWIGPERL5
+#else
+    %template(UrlSet) std::set<Url>;
+#endif
+
+%include <zypp/Service.h>