bug 203: Listen must be implemented for Udp and Packet sockets.

This commit is contained in:
Mathieu Lacage
2008-06-04 09:19:16 -07:00
parent 8b7d6955e6
commit 92f2ed110a
6 changed files with 19 additions and 8 deletions

View File

@@ -231,9 +231,9 @@ public:
/**
* \brief Listen for incoming connections.
* \param queueLimit maximum number of incoming request to queue
* \returns XXX an error code
* \returns 0 on success, -1 on error (in which case errno is set).
*/
virtual int Listen (uint32_t queueLimit);
virtual int Listen (uint32_t queueLimit) = 0;
/**
* \brief Send data (or dummy data) to the remote host