summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-08-23 10:42:41 +0000
committerGordon Sim <gsim@apache.org>2011-08-23 10:42:41 +0000
commit9c3074276151468c2b797865686235ad29afb76a (patch)
tree484c27bd6e6fec6ff2d72c977c653b45ca670210 /qpid/cpp
parent44389ae6cdf684920755ff6a7df6d9db4f3fe3ea (diff)
downloadqpid-python-9c3074276151468c2b797865686235ad29afb76a.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@1160612 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/sys/Socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/Socket.h b/qpid/cpp/src/qpid/sys/Socket.h
index 15cd388f60..25f1c5fb9d 100644
--- a/qpid/cpp/src/qpid/sys/Socket.h
+++ b/qpid/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