You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/03/27 20:25:47 UTC

svn commit: r759310 - /qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h

Author: shuston
Date: Fri Mar 27 19:25:46 2009
New Revision: 759310

URL: http://svn.apache.org/viewvc?rev=759310&view=rev
Log:
Need to see toFd from tests; related to QPID-1765

Modified:
    qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h

Modified: qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h?rev=759310&r1=759309&r2=759310&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h Fri Mar 27 19:25:46 2009
@@ -23,6 +23,7 @@
  */
 
 #include "AsynchIoResult.h"
+#include "qpid/CommonImportExport.h"
 
 #include <winsock2.h>
 
@@ -49,7 +50,7 @@
     AsynchIO::RequestCallback cbRequest;
 };
 
-SOCKET toFd(const IOHandlePrivate* h);
+QPID_COMMON_EXTERN SOCKET toFd(const IOHandlePrivate* h);
 
 }}
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org