diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-25 19:51:38 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-25 19:51:38 (GMT) |
commit | 81b22e10e305c9a356a26d8ea087de04a66e75fb (patch) | |
tree | c7b470dce1bdb75540b075c3c336a8c6894ab791 /Swiften/JID/JID.h | |
parent | 09ea1261f5da1fb63307e67d994bee617c09a481 (diff) | |
download | swift-contrib-81b22e10e305c9a356a26d8ea087de04a66e75fb.zip swift-contrib-81b22e10e305c9a356a26d8ea087de04a66e75fb.tar.bz2 |
More documentation.
Diffstat (limited to 'Swiften/JID/JID.h')
-rw-r--r-- | Swiften/JID/JID.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/JID/JID.h b/Swiften/JID/JID.h index cd047c7..0f965f5 100644 --- a/Swiften/JID/JID.h +++ b/Swiften/JID/JID.h @@ -70,11 +70,8 @@ namespace Swift { return a.compare(b, Swift::JID::WithResource) != 0; } - protected: - void nameprepAndSetComponents(const String& node, const String& domain, - const String& resource); - private: + void nameprepAndSetComponents(const String& node, const String& domain, const String& resource); void initializeFromString(const String&); private: |