diff options
author | fcolin | 2007-02-01 12:57:33 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:33 +0000 |
commit | eb10d0ca0c53bffa9956cb182c662c1df4b5f9f4 (patch) | |
tree | b05e8c0b7a55a9534d3123590b6b7a13a5063ee2 /Ivy/Ivy.h | |
parent | 1d992982b8385d757a9a9cce4f20077b70bff108 (diff) | |
download | ivy-cplusplus-eb10d0ca0c53bffa9956cb182c662c1df4b5f9f4.zip ivy-cplusplus-eb10d0ca0c53bffa9956cb182c662c1df4b5f9f4.tar.gz ivy-cplusplus-eb10d0ca0c53bffa9956cb182c662c1df4b5f9f4.tar.bz2 ivy-cplusplus-eb10d0ca0c53bffa9956cb182c662c1df4b5f9f4.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 'Ivy/Ivy.h')
-rw-r--r-- | Ivy/Ivy.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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);
|