You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2011/08/23 12:42:42 UTC

svn commit: r1160612 - /qpid/trunk/qpid/cpp/src/qpid/sys/Socket.h

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-subscribe@qpid.apache.org