diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-08-08 18:41:53 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-08-08 18:41:53 (GMT) |
commit | 19df82042f44c201e5a2821b4fa35465e33a1c90 (patch) | |
tree | 1746bddfa31ce2a6488ef5186036a049a255c9da /Swiften/Base | |
parent | 4a5a0977f661bf5c7c34ee7aa48b35073a682203 (diff) | |
download | swift-19df82042f44c201e5a2821b4fa35465e33a1c90.zip swift-19df82042f44c201e5a2821b4fa35465e33a1c90.tar.bz2 |
Added XEP-0004 data forms parsing & serializing.
Diffstat (limited to 'Swiften/Base')
-rw-r--r-- | Swiften/Base/String.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Base/String.h b/Swiften/Base/String.h index 0958795..03d9029 100644 --- a/Swiften/Base/String.h +++ b/Swiften/Base/String.h @@ -36,6 +36,8 @@ namespace Swift { size_t getUTF8Size() const { return data_.size(); } std::vector<unsigned int> getUnicodeCodePoints() const; + void clear() { data_.clear(); } + /** * Returns the part before and after 'c'. * If the given splitter does not occur in the string, the second |