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/cal-client.c | 13 ------------- calendar/cal-client/client-test.c | 36 +++--------------------------------- 2 files changed, 3 insertions(+), 46 deletions(-) (limited to 'calendar/cal-client') diff --git a/calendar/cal-client/cal-client.c b/calendar/cal-client/cal-client.c index d48a11a7f0..001c36fca7 100644 --- a/calendar/cal-client/cal-client.c +++ b/calendar/cal-client/cal-client.c @@ -22,12 +22,7 @@ #include #include - -#ifdef USING_OAF #include -#else -#include -#endif #include "cal-client.h" #include "cal-listener.h" @@ -392,17 +387,9 @@ cal_client_construct (CalClient *client) priv = client->priv; -#ifdef USING_OAF factory = (Evolution_Calendar_CalFactory) oaf_activate_from_id ( "OAFIID:evolution:calendar-factory:1c915858-ece3-4a6f-9d81-ea0f108a9554", OAF_FLAG_NO_LOCAL, NULL, &ev); -#else - factory = (Evolution_Calendar_CalFactory) goad_server_activate_with_id ( - NULL, - "evolution:calendar-factory", - GOAD_ACTIVATE_REMOTE, - NULL); -#endif result = CORBA_Object_is_nil (factory, &ev); if (ev._major != CORBA_NO_EXCEPTION) { 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