event/ServerSocket: remove obsolete API documentation
This commit is contained in:
parent
ad585e179f
commit
46418d0f2d
@ -73,7 +73,6 @@ public:
|
|||||||
* Throws #std::runtime_error on error.
|
* Throws #std::runtime_error on error.
|
||||||
*
|
*
|
||||||
* @param port the TCP port
|
* @param port the TCP port
|
||||||
* @param error location to store the error occurring
|
|
||||||
*/
|
*/
|
||||||
void AddPort(unsigned port);
|
void AddPort(unsigned port);
|
||||||
|
|
||||||
@ -85,7 +84,6 @@ public:
|
|||||||
*
|
*
|
||||||
* @param hostname the host name to be resolved
|
* @param hostname the host name to be resolved
|
||||||
* @param port the TCP port
|
* @param port the TCP port
|
||||||
* @param error location to store the error occurring
|
|
||||||
*/
|
*/
|
||||||
void AddHost(const char *hostname, unsigned port);
|
void AddHost(const char *hostname, unsigned port);
|
||||||
|
|
||||||
@ -95,7 +93,6 @@ public:
|
|||||||
* Throws #std::runtime_error on error.
|
* Throws #std::runtime_error on error.
|
||||||
*
|
*
|
||||||
* @param path the absolute socket path
|
* @param path the absolute socket path
|
||||||
* @param error location to store the error occurring
|
|
||||||
*/
|
*/
|
||||||
void AddPath(AllocatedPath &&path);
|
void AddPath(AllocatedPath &&path);
|
||||||
|
|
||||||
|
@ -42,7 +42,6 @@ public:
|
|||||||
* modify the object to enforce another input format (however,
|
* modify the object to enforce another input format (however,
|
||||||
* it may not request a different input sample rate)
|
* it may not request a different input sample rate)
|
||||||
* @param new_sample_rate the requested output sample rate
|
* @param new_sample_rate the requested output sample rate
|
||||||
* @param error location to store the error
|
|
||||||
* @return the format of outgoing data
|
* @return the format of outgoing data
|
||||||
*/
|
*/
|
||||||
virtual AudioFormat Open(AudioFormat &af,
|
virtual AudioFormat Open(AudioFormat &af,
|
||||||
|
Loading…
Reference in New Issue
Block a user