backup
[platform/upstream/libzypp-bindings.git] / swig / Url.i
index 2885915..e3a65b3 100644 (file)
@@ -1,30 +1 @@
-
-// example for including the original header file
-
-#if 1
-
-// TODO: tell make about dependencies
 %include <zypp/Url.h>
-
-#else
-
-namespace zypp
-{
-    class Url
-    {
-    public:
-
-       Url();
-       ~Url();
-
-       Url(const Url &url);
-       Url(const std::string &encodedUrl);
-
-       bool isValid() const;
-
-       std::string asString() const;
-
-    };
-}
-
-#endif