aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/server/ClientProxyUnknown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/server/ClientProxyUnknown.cpp')
-rw-r--r--src/lib/server/ClientProxyUnknown.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/server/ClientProxyUnknown.cpp b/src/lib/server/ClientProxyUnknown.cpp
index f929108..dc79da7 100644
--- a/src/lib/server/ClientProxyUnknown.cpp
+++ b/src/lib/server/ClientProxyUnknown.cpp
@@ -32,7 +32,6 @@
#include "io/IStream.h"
#include "io/XIO.h"
#include "base/Log.h"
-#include "base/String.h"
#include "base/IEventQueue.h"
#include "base/TMethodEventJob.h"
@@ -176,7 +175,7 @@ ClientProxyUnknown::handleData(const Event&, void*)
{
LOG((CLOG_DEBUG1 "parsing hello reply"));
- String name("<unknown>");
+ std::string name("<unknown>");
try {
// limit the maximum length of the hello
UInt32 n = m_stream->getSize();