remove some TODO comments

This commit is contained in:
Arvid Norberg 2015-01-05 12:32:30 +00:00
parent 1b254e16c2
commit b808cc8b2d
2 changed files with 0 additions and 3 deletions

View File

@ -67,8 +67,6 @@ namespace libtorrent
void load_struct_from_settings(aux::session_settings const& current, session_settings& ret);
#endif
// TODO: 2 add an API to query a settings_pack as well
// The ``settings_pack`` struct, contains the names of all settings as
// enum values. These values are passed in to the ``set_str()``,
// ``set_int()``, ``set_bool()`` functions, to specify the setting to

View File

@ -128,7 +128,6 @@ public:
}
#endif
// TODO: 2 fix error messages to use custom error_code category
// TODO: 2 add async_connect() that takes a hostname and port as well
template <class Handler>
void async_connect(endpoint_type const& endpoint, Handler const& handler)