diff options
author | Martin Sustrik <sustrik@fastmq.com> | 2009-09-09 09:07:11 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.com> | 2009-09-09 09:07:11 +0200 |
commit | c99f39abc669084fd3a94675ee98e235448ad5a4 (patch) | |
tree | 26480a694e81daceb6f3f97ec94147011c389e6d /src/tcp_socket.cpp | |
parent | 37d8371967308ab1e541cf58b91e368b3e0b526c (diff) | |
parent | cb78991f8e20fa35d99fa209be659c0aed59de47 (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'src/tcp_socket.cpp')
-rw-r--r-- | src/tcp_socket.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tcp_socket.cpp b/src/tcp_socket.cpp index 782f0d8..7e68e7d 100644 --- a/src/tcp_socket.cpp +++ b/src/tcp_socket.cpp @@ -184,4 +184,5 @@ int zmq::tcp_socket_t::read (void *data, int size) return (size_t) nbytes; } -#endif
\ No newline at end of file +#endif + |