summaryrefslogtreecommitdiff
path: root/Ivy/IvyCbindings.cxx
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:01:39 +0000
committerfcolin2007-02-01 13:01:39 +0000
commite63bd03a298522ad519fd2070faad9d6a36ed403 (patch)
treeaae75f7897d23842850483d3dbf64a4c5d75154f /Ivy/IvyCbindings.cxx
parentb3c991e52707bf1447d1c63b5b6a78fa300753e3 (diff)
downloadivy-cplusplus-e63bd03a298522ad519fd2070faad9d6a36ed403.zip
ivy-cplusplus-e63bd03a298522ad519fd2070faad9d6a36ed403.tar.gz
ivy-cplusplus-e63bd03a298522ad519fd2070faad9d6a36ed403.tar.bz2
ivy-cplusplus-e63bd03a298522ad519fd2070faad9d6a36ed403.tar.xz
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)
Diffstat (limited to 'Ivy/IvyCbindings.cxx')
-rw-r--r--Ivy/IvyCbindings.cxx2
1 files changed, 1 insertions, 1 deletions
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();