summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-25 19:51:38 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-25 19:51:38 (GMT)
commit81b22e10e305c9a356a26d8ea087de04a66e75fb (patch)
treec7b470dce1bdb75540b075c3c336a8c6894ab791 /Swiften/JID
parent09ea1261f5da1fb63307e67d994bee617c09a481 (diff)
downloadswift-81b22e10e305c9a356a26d8ea087de04a66e75fb.zip
swift-81b22e10e305c9a356a26d8ea087de04a66e75fb.tar.bz2
More documentation.
Diffstat (limited to 'Swiften/JID')
-rw-r--r--Swiften/JID/JID.h5
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: