From 93e316c3985bd8327b64dba94791ac3efa63ed4b Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:01:43 +0000 Subject: Utilisateur : Fcolin Date : 1/06/06 Heure : 10:14 Archivé dans $/Bus/Ivy Commentaire: ajout Binding Callback et SetFilter (vss 7) --- Ivy/IvyCbindings.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Ivy/IvyCbindings.cxx') diff --git a/Ivy/IvyCbindings.cxx b/Ivy/IvyCbindings.cxx index 7f11339..8876bbf 100644 --- a/Ivy/IvyCbindings.cxx +++ b/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) -- cgit v1.1