From 3ad97477c9110a8cfd8e9641f84c8984abf33be5 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 29 Aug 2000 18:13:21 +0000 Subject: Remove USING_OAF checks svn path=/trunk/; revision=5099 --- calendar/cal-client/client-test.c | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) (limited to 'calendar/cal-client/client-test.c') diff --git a/calendar/cal-client/client-test.c b/calendar/cal-client/client-test.c index 7f79b58266..c28e3f5696 100644 --- a/calendar/cal-client/client-test.c +++ b/calendar/cal-client/client-test.c @@ -21,6 +21,7 @@ #include #include +#include #include #include @@ -190,45 +191,14 @@ create_client (CalClient **client, const char *uri, gboolean load) } } -#ifdef USING_OAF - -#include - -static void -init_corba (int *argc, char **argv) -{ - gnome_init ("tl-test", VERSION, *argc, argv); - oaf_init (*argc, argv); -} - -#else - -#include - -static void -init_corba (int *argc, char **argv) -{ - CORBA_Environment ev; - - CORBA_exception_init (&ev); - gnome_CORBA_init ("tl-test", VERSION, &argc, argv, 0, &ev); - if (ev._major != CORBA_NO_EXCEPTION) { - g_message ("main(): could not initialize the ORB"); - CORBA_exception_free (&ev); - exit (1); - } - CORBA_exception_free (&ev); -} - -#endif - int main (int argc, char **argv) { bindtextdomain (PACKAGE, GNOMELOCALEDIR); textdomain (PACKAGE); - init_corba (&argc, argv); + gnome_init ("tl-test", VERSION, argc, argv); + oaf_init (argc, argv); if (!bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL)) { g_message ("main(): could not initialize Bonobo"); -- cgit v1.2.3