diff options
author | fcolin | 2007-02-01 13:00:45 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:00:45 +0000 |
commit | 2bbc79987939460dd8030dd0e16a82bcbfb6d191 (patch) | |
tree | e7d7d5d2b0109860ad8dd6165514064199f51e95 /Bus/Ivy | |
parent | 1829b09acc3e2586cd77492d6429c1099edba6c8 (diff) | |
download | ivy-cplusplus-2bbc79987939460dd8030dd0e16a82bcbfb6d191.zip ivy-cplusplus-2bbc79987939460dd8030dd0e16a82bcbfb6d191.tar.gz ivy-cplusplus-2bbc79987939460dd8030dd0e16a82bcbfb6d191.tar.bz2 ivy-cplusplus-2bbc79987939460dd8030dd0e16a82bcbfb6d191.tar.xz |
Utilisateur : Fcolin Date : 2/02/01 Heure : 18:30 Archivé dans $/Ivy Commentaire: win CE compile not finished (vss 5)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/IvyApplication.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyApplication.h b/Bus/Ivy/IvyApplication.h index 13e7534..2f97805 100644 --- a/Bus/Ivy/IvyApplication.h +++ b/Bus/Ivy/IvyApplication.h @@ -57,6 +57,7 @@ protected: bool AppConnectedCallbackCalled;
Ivy *bus;
/* liste des souscriptions remote */
- map<int,Regexp*> regexp_in;
+ typedef vector<Regexp*> RegexpVector;
+ RegexpVector regexp_in;
};
|