summaryrefslogtreecommitdiff
path: root/cppe/src/TcpTransport/EndpointFactory.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-05-04 09:29:36 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-05-04 09:29:36 +0000
commit370561355363d554a57fddae057dd7365fe055ac (patch)
tree183acc5269fe916e6459fd03310c5d53e21c6224 /cppe/src/TcpTransport/EndpointFactory.cpp
parentBug 1022. (diff)
downloadice-370561355363d554a57fddae057dd7365fe055ac.tar.bz2
ice-370561355363d554a57fddae057dd7365fe055ac.tar.xz
ice-370561355363d554a57fddae057dd7365fe055ac.zip
Fixed bug 2177
Diffstat (limited to 'cppe/src/TcpTransport/EndpointFactory.cpp')
-rw-r--r--cppe/src/TcpTransport/EndpointFactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/TcpTransport/EndpointFactory.cpp b/cppe/src/TcpTransport/EndpointFactory.cpp
index f95bb72f9d8..612d1329764 100644
--- a/cppe/src/TcpTransport/EndpointFactory.cpp
+++ b/cppe/src/TcpTransport/EndpointFactory.cpp
@@ -69,9 +69,9 @@ IceInternal::EndpointFactory::create(const std::string& str) const
// and ask the factory to read the endpoint data from that stream to create
// the actual endpoint.
//
- BasicStream bs(_instance.get(), _instance->messageSizeMax(),
+ BasicStream bs(_instance.get(), _instance->messageSizeMax()
#ifdef ICEE_HAS_WSTRING
- _instance->initializationData().stringConverter,
+ , _instance->initializationData().stringConverter,
_instance->initializationData().wstringConverter
#endif
);