diff options
author | fcolin | 2007-02-01 12:57:33 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:33 +0000 |
commit | 614b11df15162336d6179b956c5f82074c4d4365 (patch) | |
tree | 6407282ca01a61f70d2e5d50bf4b398b1525a0d3 /Bus/Ivy | |
parent | afea0fbd8e8fd89414a50978a000c08c0f678956 (diff) | |
download | ivy-cplusplus-614b11df15162336d6179b956c5f82074c4d4365.zip ivy-cplusplus-614b11df15162336d6179b956c5f82074c4d4365.tar.gz ivy-cplusplus-614b11df15162336d6179b956c5f82074c4d4365.tar.bz2 ivy-cplusplus-614b11df15162336d6179b956c5f82074c4d4365.tar.xz |
Utilisateur : Fcolin Date : 1/06/06 Heure : 15:54 Archivé dans $/Bus/Ivy Commentaire: Separation module de traitement regexp (vss 18)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/Ivy.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Bus/Ivy/Ivy.h b/Bus/Ivy/Ivy.h index 08977cd..ee55e22 100644 --- a/Bus/Ivy/Ivy.h +++ b/Bus/Ivy/Ivy.h @@ -71,16 +71,12 @@ private: ivy::vector<ivy::string> regexp_out;
/* liste des callbacks a appeler */
ivy::vector< IvyMessageCallback* > callbacks;
- /* classes de messages emis par l'application utilise pour le filtrage */
- int messages_classes_count;
- const char **messages_classes;
-
+
protected:
void AddApplication( IvyApplication *app );
void RemoveApplication( IvyApplication *app);
bool CheckConnected( IvyApplication *app );
- bool CheckRegexp( const char *exp );
void CallApplicationConnectedCallback( IvyApplication *app );
void CallApplicationDisconnectedCallback( IvyApplication *app );
void CallBindingAddCallback(IvyApplication * app, int id, const char * regexp);
|