From b4225c324ed72ccf110531a058479968b3c38f5e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:03:42 +0000 Subject: Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 3) --- Bus/Ivy/IvyWatcher.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bus/Ivy/IvyWatcher.cxx') diff --git a/Bus/Ivy/IvyWatcher.cxx b/Bus/Ivy/IvyWatcher.cxx index 099e670..a363bdc 100644 --- a/Bus/Ivy/IvyWatcher.cxx +++ b/Bus/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