#include <pthread.h>#include "common.h"#include "upnp.h"#include "io_handler.h"#include "sync.h"Go to the source code of this file.
Data Structures | |
| class | IOHandlerBufferHelper |
| a IOHandler with buffer support the buffer is only for read(). write() is not supported the public functions of this class are *not* thread safe! More... | |
Definition in file io_handler_buffer_helper.h.
1.6.1