[libsoupmm] Remove and ignore URI::equal()
- From: Siavash Safi <siavashs src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libsoupmm] Remove and ignore URI::equal()
- Date: Thu, 3 Sep 2009 12:53:14 +0000 (UTC)
commit ff9d53e3541bb964c5b2205c82c1370b7479b474
Author: Siavash Safi <siavash siavashs org>
Date: Thu Sep 3 17:16:33 2009 +0430
Remove and ignore URI::equal()
* libsoup/src/uri.hg: Remove and ignore equal() since we already have
the operator=
libsoup/src/uri.hg | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/libsoup/src/uri.hg b/libsoup/src/uri.hg
index 859521f..77fb980 100644
--- a/libsoup/src/uri.hg
+++ b/libsoup/src/uri.hg
@@ -25,15 +25,13 @@ class URI
{
_CLASS_BOXEDTYPE(URI, SoupURI, soup_uri_new, soup_uri_copy, soup_uri_free)
_CUSTOM_DEFAULT_CTOR
- _IGNORE(soup_uri_copy, soup_uri_free)
+ _IGNORE(soup_uri_copy, soup_uri_free, soup_uri_equal)
public:
explicit URI(const std::string& uri_string);
_WRAP_METHOD(std::string to_string(bool just_path_and_query=true) const, soup_uri_to_string)
- _WRAP_METHOD(bool equal(URI& other) const, soup_uri_equal)
-
_WRAP_METHOD(bool uses_default_port() const, soup_uri_uses_default_port)
_WRAP_METHOD(void set_scheme(const std::string& scheme), soup_uri_set_scheme)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]