diff options
author | Gordon Sim <gsim@apache.org> | 2011-08-23 10:42:41 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-08-23 10:42:41 +0000 |
commit | 06f0f13f531c4cb659986bcd603dcc407db7730f (patch) | |
tree | 4807fbfe4bb9f26356351b93e70807f21e2737d0 /cpp/src/qpid/sys | |
parent | 187ffeb79466264c374d1f54307e67401839271a (diff) | |
download | qpid-python-06f0f13f531c4cb659986bcd603dcc407db7730f.tar.gz |
QPID-3447: Fix windows build broken by previous commit (r1160458) due to lack of exported method
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1160612 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys')
-rw-r--r-- | cpp/src/qpid/sys/Socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/Socket.h b/cpp/src/qpid/sys/Socket.h index 15cd388f60..25f1c5fb9d 100644 --- a/cpp/src/qpid/sys/Socket.h +++ b/cpp/src/qpid/sys/Socket.h @@ -80,7 +80,7 @@ public: * Returns the error code stored in the socket. This may be used * to determine the result of a non-blocking connect. */ - int getError() const; + QPID_COMMON_EXTERN int getError() const; /** Accept a connection from a socket that is already listening * and has an incoming connection |