aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/corba-cal-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/corba-cal-factory.h')
-rw-r--r--calendar/gui/corba-cal-factory.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/gui/corba-cal-factory.h b/calendar/gui/corba-cal-factory.h
new file mode 100644
index 0000000000..5d3bcb3140
--- /dev/null
+++ b/calendar/gui/corba-cal-factory.h
@@ -0,0 +1,11 @@
+#ifndef _CORBA_CAL_FACTORY_H_
+#define _CORBA_CAL_FACTORY_H_
+
+/* The CORBA globals */
+CORBA_ORB orb;
+PortableServer_POA poa;
+
+void corba_server_init (void);
+void unregister_calendar_services (void);
+
+#endif /* _CORBA_CAL_FACTORY_H_ */