Added doxygen comments for all relevant headers in http.

This commit is contained in:
crs
2002-07-28 17:55:59 +00:00
parent b8ce70d0f0
commit 46140549fc
3 changed files with 127 additions and 29 deletions

View File

@@ -101,9 +101,9 @@ XHTTP::getReason(SInt32 status)
// XHTTPAllow
//
XHTTPAllow::XHTTPAllow(const CString& allowed) :
XHTTPAllow::XHTTPAllow(const CString& allowedMethods) :
XHTTP(405),
m_allowed(allowed)
m_allowed(allowedMethods)
{
// do nothing
}