diff options
| author | 2016-05-08 02:36:03 +0100 | |
|---|---|---|
| committer | 2016-05-08 02:37:37 +0100 | |
| commit | 5f0292c32b336be0bb279a7511a9ee37ba9df3fa (patch) | |
| tree | 28dbeb31c6c6aa730b2c79e904633148aff301cc /src/modules/objects/KvsObject_socket.cpp | |
| parent | cleanup: separators and spacing (diff) | |
| download | KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.tar.gz KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.tar.bz2 KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.zip | |
cleanup: remove more ancient commented code p3
Diffstat (limited to 'src/modules/objects/KvsObject_socket.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_socket.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/modules/objects/KvsObject_socket.cpp b/src/modules/objects/KvsObject_socket.cpp index e72a369b4..2b378e57f 100644 --- a/src/modules/objects/KvsObject_socket.cpp +++ b/src/modules/objects/KvsObject_socket.cpp @@ -562,18 +562,6 @@ KVSO_CLASS_FUNCTION(socket, functionConnect) return true; } -/* -KVSO_CLASS_FUNCTION(socket,functionsetReadBufferSize) -{ - kvs_int_t iBufferSize; - KVSO_PARAMETERS_BEGIN(c) - KVSO_PARAMETER("buffer_size",KVS_PT_INTEGER,0,iBufferSize) - KVSO_PARAMETERS_END(c) - m_pSocket->setReadBufferSize(iBufferSize); - return true; -} -*/ - KVSO_CLASS_FUNCTION(socket, listen) { kvs_uint_t uLocalPort; |
