summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/Socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/sys/Socket.h')
-rw-r--r--cpp/src/qpid/sys/Socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/sys/Socket.h b/cpp/src/qpid/sys/Socket.h
index 1594e89aac..0ebfc0c330 100644
--- a/cpp/src/qpid/sys/Socket.h
+++ b/cpp/src/qpid/sys/Socket.h
@@ -93,8 +93,8 @@ public:
*/
std::string getLocalAddress() const;
- uint getLocalPort() const;
- uint getRemotePort() const;
+ uint16_t getLocalPort() const;
+ uint16_t getRemotePort() const;
/** Accept a connection from a socket that is already listening