From 06f0f13f531c4cb659986bcd603dcc407db7730f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 23 Aug 2011 10:42:41 +0000 Subject: 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 --- cpp/src/qpid/sys/Socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/sys') 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 -- cgit v1.2.1