Author: gsim Date: Tue Aug 23 10:42:41 2011 New Revision: 1160612 URL: http://svn.apache.org/viewvc?rev=1160612&view=rev Log: QPID-3447: Fix windows build broken by previous commit (r1160458) due to lack of exported method
Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Socket.h Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Socket.h URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/sys/Socket.h?rev=1160612&r1=1160611&r2=1160612&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/qpid/sys/Socket.h (original) +++ qpid/trunk/qpid/cpp/src/qpid/sys/Socket.h Tue Aug 23 10:42:41 2011 @@ -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 --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org