From a30fc57b42e9b6846aab57d41f34291da563bdaa Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:03:44 +0000 Subject: Utilisateur : Fcolin Date : 31/01/01 Heure : 11:18 Archivé dans $/Ivy (vss 4) --- Ivy/IvyWatcher.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Ivy') diff --git a/Ivy/IvyWatcher.cxx b/Ivy/IvyWatcher.cxx index a363bdc..099e670 100644 --- a/Ivy/IvyWatcher.cxx +++ b/Ivy/IvyWatcher.cxx @@ -30,7 +30,7 @@ void IvyWatcher::OnReceive(int nErrorCode) int err; int version; char buffer[256]; - String remotehost; + string remotehost; UINT remoteport; UINT serviceport; @@ -74,7 +74,7 @@ void IvyWatcher::OnReceive(int nErrorCode) void IvyWatcher::start(const char *domainlist) { BOOL reuse = TRUE; - String domain; + string domain; UINT port; // determine domain to use domain = bus->GetDomain( domainlist ); @@ -93,7 +93,7 @@ void IvyWatcher::start(const char *domainlist) SetSockOpt( SO_REUSEADDR, &reuse, sizeof(BOOL) ); Bind(port); - String addr; + string addr; char hello[1024]; int len = sprintf( hello, "%d %u\n", VERSION, bus->GetApplicationPort() ); -- cgit v1.1