remove some TODO comments
This commit is contained in:
parent
1b254e16c2
commit
b808cc8b2d
|
@ -67,8 +67,6 @@ namespace libtorrent
|
||||||
void load_struct_from_settings(aux::session_settings const& current, session_settings& ret);
|
void load_struct_from_settings(aux::session_settings const& current, session_settings& ret);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// TODO: 2 add an API to query a settings_pack as well
|
|
||||||
|
|
||||||
// The ``settings_pack`` struct, contains the names of all settings as
|
// The ``settings_pack`` struct, contains the names of all settings as
|
||||||
// enum values. These values are passed in to the ``set_str()``,
|
// enum values. These values are passed in to the ``set_str()``,
|
||||||
// ``set_int()``, ``set_bool()`` functions, to specify the setting to
|
// ``set_int()``, ``set_bool()`` functions, to specify the setting to
|
||||||
|
|
|
@ -128,7 +128,6 @@ public:
|
||||||
}
|
}
|
||||||
#endif
|
#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
|
// TODO: 2 add async_connect() that takes a hostname and port as well
|
||||||
template <class Handler>
|
template <class Handler>
|
||||||
void async_connect(endpoint_type const& endpoint, Handler const& handler)
|
void async_connect(endpoint_type const& endpoint, Handler const& handler)
|
||||||
|
|
Loading…
Reference in New Issue