diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-10-21 15:47:07 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-10-21 15:47:07 -0700 |
commit | 439bbccae66fc9e41f10c8c73971abdf6821086f (patch) | |
tree | a5a338b49cb01820ac59dd6b30ee6ade8d74f557 /py/modules/IcePy/ConnectionInfo.cpp | |
parent | Fixed Windows compile error (diff) | |
download | ice-439bbccae66fc9e41f10c8c73971abdf6821086f.tar.bz2 ice-439bbccae66fc9e41f10c8c73971abdf6821086f.tar.xz ice-439bbccae66fc9e41f10c8c73971abdf6821086f.zip |
- Implementing ConnectionInfo/EndpointInfo in PHP
- Changing test/Ice/info to use separate client & server
- Updating release notes for IceSSL ConnectionInfo
Diffstat (limited to 'py/modules/IcePy/ConnectionInfo.cpp')
-rw-r--r-- | py/modules/IcePy/ConnectionInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/py/modules/IcePy/ConnectionInfo.cpp b/py/modules/IcePy/ConnectionInfo.cpp index d761e1bd863..e9820ee87b0 100644 --- a/py/modules/IcePy/ConnectionInfo.cpp +++ b/py/modules/IcePy/ConnectionInfo.cpp @@ -13,7 +13,6 @@ #include <ConnectionInfo.h> #include <EndpointInfo.h> #include <Util.h> -#include <structmember.h> using namespace std; using namespace IcePy; @@ -123,7 +122,7 @@ tcpConnectionInfoGetter(ConnectionInfoObject* self, void* closure) #ifdef WIN32 extern "C" -#endif +#endif static PyObject* udpConnectionInfoGetter(ConnectionInfoObject* self, void* closure) { |