diff options
author | fcolin | 2007-02-01 12:56:16 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:56:16 +0000 |
commit | e2a23610de02a25fafaec8516aadffeae191544e (patch) | |
tree | 2cefb3a67a135bdf02566f9c82af375e4427888b /Bus | |
parent | 64db94974ea1f5fff29275419b25ccf5627c1dfc (diff) | |
download | ivy-cplusplus-e2a23610de02a25fafaec8516aadffeae191544e.zip ivy-cplusplus-e2a23610de02a25fafaec8516aadffeae191544e.tar.gz ivy-cplusplus-e2a23610de02a25fafaec8516aadffeae191544e.tar.bz2 ivy-cplusplus-e2a23610de02a25fafaec8516aadffeae191544e.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 20)
Diffstat (limited to 'Bus')
-rw-r--r-- | Bus/Ivy/Ivy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/Ivy.cxx b/Bus/Ivy/Ivy.cxx index 7cd8dde..3ef0ce2 100644 --- a/Bus/Ivy/Ivy.cxx +++ b/Bus/Ivy/Ivy.cxx @@ -227,7 +227,7 @@ void Ivy::SendSubscriptions(IvyApplication *app) app->SendMsg( IvyApplication::StartRegexp, GetApplicationPort(), appname.c_str());
for ( unsigned int id = 0 ; id < regexp_out.size(); id++ )
{
- const string& regexp = regexp_out[id];
+ const ivy::string& regexp = regexp_out[id];
if ( !regexp.empty() )
app->SendMsg( IvyApplication::AddRegexp, id, regexp.c_str());
}
|