blob: 67e704c8267ad258d4b262d94abc7d9ec27a054e (
plain)
1
2
3
4
5
6
|
%ignore zypp::Product::type;
%include <zypp/Product.h>
typedef ::zypp::intrusive_ptr<const Product> Product_constPtr;
%template(Product_constPtr) ::zypp::intrusive_ptr<const Product>;
|