diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-03-27 19:25:46 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-03-27 19:25:46 +0000 |
| commit | f10d6a017ec3c24938c4f12dc43f15a20b37014a (patch) | |
| tree | 01fc430262371bac46ba39b6f62dd7ff55d5eb4b /qpid/cpp/src | |
| parent | 0d744dfdc146b093c991252a4a9f8e49beb36bb4 (diff) | |
| download | qpid-python-f10d6a017ec3c24938c4f12dc43f15a20b37014a.tar.gz | |
Need to see toFd from tests; related to QPID-1765
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@759310 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rwxr-xr-x | qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h b/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h index 067c0fe6b7..cd89f39292 100755 --- a/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h +++ b/qpid/cpp/src/qpid/sys/windows/IoHandlePrivate.h @@ -23,6 +23,7 @@ */ #include "AsynchIoResult.h" +#include "qpid/CommonImportExport.h" #include <winsock2.h> @@ -49,7 +50,7 @@ public: AsynchIO::RequestCallback cbRequest; }; -SOCKET toFd(const IOHandlePrivate* h); +QPID_COMMON_EXTERN SOCKET toFd(const IOHandlePrivate* h); }} |
