summaryrefslogtreecommitdiff
path: root/swig/zypp.i
diff options
context:
space:
mode:
authorKlaus Kämpf <kkaempf@suse.de>2010-11-08 21:05:07 +0100
committerKlaus Kämpf <kkaempf@suse.de>2010-11-08 21:05:07 +0100
commit6b3959bcd25daa740bb3c7d050db533b5932021e (patch)
treebcb8d192481a121bba19faedb3462702d46d6009 /swig/zypp.i
parent7671f8ed7a91b587c08d67c77dd20cbe41ef4509 (diff)
downloadlibzypp-bindings-6b3959bcd25daa740bb3c7d050db533b5932021e.tar.gz
libzypp-bindings-6b3959bcd25daa740bb3c7d050db533b5932021e.tar.bz2
libzypp-bindings-6b3959bcd25daa740bb3c7d050db533b5932021e.zip
Add comment on cleaned-up modules
Diffstat (limited to 'swig/zypp.i')
-rw-r--r--swig/zypp.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/swig/zypp.i b/swig/zypp.i
index 8f5a985..55123fa 100644
--- a/swig/zypp.i
+++ b/swig/zypp.i
@@ -191,6 +191,8 @@ namespace zypp {
/* These include files are already cleaned up from C++ cruft */
%include "Arch.i"
+/* These include files are pending to be cleaned up from C++ cruft */
+
#ifdef BOOST_SMARTPTR_INCLUDE_DIR
%import <boost/smart_ptr/scoped_ptr.hpp>
%import <boost/smart_ptr/shared_ptr.hpp>