Fixed building issues on windows with msvc-8.0

This commit is contained in:
Arvid Norberg
2007-04-17 21:18:35 +00:00
parent 067219d14a
commit 90bff3d1ca
4 changed files with 5 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ catch (std::exception& e)
m_log << msg.str() << std::endl;
#endif
m_callback(0, 0, msg.str());
}
};
void natpmp::set_mappings(int tcp, int udp)
{
@@ -200,7 +200,7 @@ void natpmp::send_map_request(int i) try
catch (std::exception& e)
{
std::string err = e.what();
}
};
void natpmp::resend_request(int i, asio::error_code const& e)
{