From 41a9a74be42581c6d5e43057d56e88e867c22977 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 15 Jan 2001 08:32:46 +0000 Subject: changed the signature of the property_bag get/set functions svn path=/trunk/; revision=7499 --- executive-summary/test-service/rdf-summary.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executive-summary/test-service/rdf-summary.c') diff --git a/executive-summary/test-service/rdf-summary.c b/executive-summary/test-service/rdf-summary.c index 961115e6eb..c2d71551e5 100644 --- a/executive-summary/test-service/rdf-summary.c +++ b/executive-summary/test-service/rdf-summary.c @@ -565,6 +565,7 @@ static void get_prop (BonoboPropertyBag *bag, BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { RdfSummary *summary = (RdfSummary *) user_data; @@ -587,6 +588,7 @@ static void set_prop (BonoboPropertyBag *bag, const BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { RdfSummary *summary = (RdfSummary *) user_data; -- cgit v1.2.3