From 9c3074276151468c2b797865686235ad29afb76a 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@1160612 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/sys/Socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') 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 -- cgit v1.2.1