diff options
Diffstat (limited to 'cpp/src/qpid/sys/Socket.h')
-rw-r--r-- | cpp/src/qpid/sys/Socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/Socket.h b/cpp/src/qpid/sys/Socket.h index a7bb7745c9..2e9a389133 100644 --- a/cpp/src/qpid/sys/Socket.h +++ b/cpp/src/qpid/sys/Socket.h @@ -97,6 +97,8 @@ public: int read(void *buf, size_t count) const; int write(const void *buf, size_t count) const; + int toFd() const; + private: Socket(SocketPrivate*); }; |