From e63bd03a298522ad519fd2070faad9d6a36ed403 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:01:39 +0000 Subject: Utilisateur : Fcolin Date : 2/06/05 Heure : 18:42 Archivé dans $/Bus/Ivy Commentaire: Suppression de la STL et ajout d'un namespace pour les datatypes internes Ivy (vss 5) --- Ivy/IvyCbindings.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ivy/IvyCbindings.cxx') diff --git a/Ivy/IvyCbindings.cxx b/Ivy/IvyCbindings.cxx index 9ab5efb..9a188ab 100644 --- a/Ivy/IvyCbindings.cxx +++ b/Ivy/IvyCbindings.cxx @@ -52,7 +52,7 @@ const char *IvyGetApplicationName( IvyClientPtr app ) } const char *IvyGetApplicationHost( IvyClientPtr app ) { - string host; + ivy::string host; UINT port; ((IvyApplication*)app)->GetPeerName(host,port); return host.c_str(); -- cgit v1.1