summaryrefslogtreecommitdiff
path: root/Bus/Ivy/IvyApplication.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:00:59 +0000
committerfcolin2007-02-01 13:00:59 +0000
commit09ed84085eb89172d86f41c92b917dd50902fa49 (patch)
treeb8490a4e8d8894c271eb6b8b473aa33745a1dc89 /Bus/Ivy/IvyApplication.h
parent2dce4c6e0e32b613c774c9fe4c0e4c352ce4cf9c (diff)
downloadivy-cplusplus-09ed84085eb89172d86f41c92b917dd50902fa49.zip
ivy-cplusplus-09ed84085eb89172d86f41c92b917dd50902fa49.tar.gz
ivy-cplusplus-09ed84085eb89172d86f41c92b917dd50902fa49.tar.bz2
ivy-cplusplus-09ed84085eb89172d86f41c92b917dd50902fa49.tar.xz
Utilisateur : Fcolin Date : 1/06/06 Heure : 10:14 Archivé dans $/Bus/Ivy Commentaire: ajout Binding Callback et SetFilter (vss 12)
Diffstat (limited to 'Bus/Ivy/IvyApplication.h')
-rw-r--r--Bus/Ivy/IvyApplication.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bus/Ivy/IvyApplication.h b/Bus/Ivy/IvyApplication.h
index babd82e..ffa6ecb 100644
--- a/Bus/Ivy/IvyApplication.h
+++ b/Bus/Ivy/IvyApplication.h
@@ -64,6 +64,9 @@ protected:
bool AppConnectedCallbackCalled;
Ivy *bus;
/* liste des souscriptions remote */
+ /* en clair */
+ ivy::vector<ivy::string> regexp_str_in;
+ /* compile */
#ifdef USE_PCRE
static const int max_subexp = 200;
typedef ivy::vector<pcre *> RegexpVector;