diff options
author | fcolin | 2007-02-01 13:01:43 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:01:43 +0000 |
commit | 5f23200796013d055ae0d30a60475108c77d23f3 (patch) | |
tree | 142c312e520f0535d8a5b44b83c2bc6a5444acb0 /Bus | |
parent | c3274e967259bce7d4864e60efd8b9dc445fd970 (diff) | |
download | ivy-cplusplus-5f23200796013d055ae0d30a60475108c77d23f3.zip ivy-cplusplus-5f23200796013d055ae0d30a60475108c77d23f3.tar.gz ivy-cplusplus-5f23200796013d055ae0d30a60475108c77d23f3.tar.bz2 ivy-cplusplus-5f23200796013d055ae0d30a60475108c77d23f3.tar.xz |
Utilisateur : Fcolin Date : 1/06/06 Heure : 10:14 Archivé dans $/Bus/Ivy Commentaire: ajout Binding Callback et SetFilter (vss 7)
Diffstat (limited to 'Bus')
-rw-r--r-- | Bus/Ivy/IvyCbindings.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bus/Ivy/IvyCbindings.cxx b/Bus/Ivy/IvyCbindings.cxx index 7f11339..8876bbf 100644 --- a/Bus/Ivy/IvyCbindings.cxx +++ b/Bus/Ivy/IvyCbindings.cxx @@ -31,9 +31,9 @@ void IvyInit( bus = new Ivy(AppName, ready, BUS_APPLICATION_CALLBACK(app_conn,app_discon) );
}
/* filtrage des regexps */
-void IvyClasses( int argc, const char **argv)
+void IvySetFilter( int argc, const char **argv)
{
- bus->Classes( argc, argv );
+ bus->SetFilter( argc, argv );
}
void IvyStart (const char* domain)
|