Made the Jamfile to work with boost-build.

updated documentation to reflect the new (working) Jamfile.
This commit is contained in:
Arvid Norberg
2004-02-22 22:40:45 +00:00
parent f656b34d63
commit 9a2fc89eae
12 changed files with 167 additions and 130 deletions

View File

@@ -304,7 +304,8 @@ namespace libtorrent
void tracker_manager::queue_request(
tracker_request const& req
, request_callback* c)
, request_callback* c
, std::string const& password)
{
try
{
@@ -363,7 +364,8 @@ namespace libtorrent
, port
, request_string
, c
, m_settings));
, m_settings
, password));
}
else if (protocol == "udp")
{