diff options
author | fcolin | 2007-02-01 13:00:41 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:00:41 +0000 |
commit | f244a5f6162f4fa06f78844dc32edb8d23cf1b03 (patch) | |
tree | 2760636da4404af86e2aae70374ca665c1b65995 /Ivy | |
parent | e4d99620849c75fa3c993636de25c29a1dd00d2b (diff) | |
download | ivy-cplusplus-f244a5f6162f4fa06f78844dc32edb8d23cf1b03.zip ivy-cplusplus-f244a5f6162f4fa06f78844dc32edb8d23cf1b03.tar.gz ivy-cplusplus-f244a5f6162f4fa06f78844dc32edb8d23cf1b03.tar.bz2 ivy-cplusplus-f244a5f6162f4fa06f78844dc32edb8d23cf1b03.tar.xz |
Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 3)
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/IvyApplication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ivy/IvyApplication.h b/Ivy/IvyApplication.h index d7823f0..8a31888 100644 --- a/Ivy/IvyApplication.h +++ b/Ivy/IvyApplication.h @@ -64,11 +64,11 @@ public: // Implementation
protected:
- string appname;
+ String appname;
bool AppConnectedCallbackCalled;
Ivy *bus;
/* liste des souscriptions remote */
- map<int,Regexp*> regexp_in;
+ std::map<int,Regexp*> regexp_in;
};
|