diff options
author | fcolin | 2007-02-01 13:01:39 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:01:39 +0000 |
commit | e63bd03a298522ad519fd2070faad9d6a36ed403 (patch) | |
tree | aae75f7897d23842850483d3dbf64a4c5d75154f /Ivy/IvyCbindings.cxx | |
parent | b3c991e52707bf1447d1c63b5b6a78fa300753e3 (diff) | |
download | ivy-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.cxx | 2 |
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();
|