prestonf 2005/01/20 11:36:37
Modified: c/src/transport/axis3/HTTPSSLChannel
HTTPSSLChannelInstantiator.cpp HTTPSSLChannel.cpp
Log:
Hi All,
These are modifications needed for the draft of the new http transport implementation AXIS3
(see AXISCPP-361).
Regards,
Fred Preston.
Revision Changes Path
1.8 +0 -3 ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp
Index: HTTPSSLChannelInstantiator.cpp
===================================================================
RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- HTTPSSLChannelInstantiator.cpp 20 Jan 2005 11:23:18 -0000 1.7
+++ HTTPSSLChannelInstantiator.cpp 20 Jan 2005 19:36:37 -0000 1.8
@@ -78,9 +78,6 @@
STORAGE_CLASS_INFO void uninitializeLibrary (void)
{
// Do uninit actions
-#ifdef ENABLE_AXISTRACE
- AxisTrace::deleteTraceEntrypoints();
-#endif
}
}
1.6 +0 -2 ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp
Index: HTTPSSLChannel.cpp
===================================================================
RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- HTTPSSLChannel.cpp 12 Jan 2005 11:57:22 -0000 1.5
+++ HTTPSSLChannel.cpp 20 Jan 2005 19:36:37 -0000 1.6
@@ -13,8 +13,6 @@
HTTPSSLChannel::HTTPSSLChannel()
{
- memset( &m_URL, 0, sizeof( URL));
-
m_LastError = "No Errors";
m_Sock = INVALID_SOCKET;
|