aboutsummaryrefslogtreecommitdiffstats
path: root/wombat
diff options
context:
space:
mode:
Diffstat (limited to 'wombat')
-rw-r--r--wombat/.cvsignore11
-rw-r--r--wombat/wombat.c17
-rw-r--r--wombat/wombat.gnorba11
3 files changed, 37 insertions, 2 deletions
diff --git a/wombat/.cvsignore b/wombat/.cvsignore
new file mode 100644
index 0000000000..e321f442a5
--- /dev/null
+++ b/wombat/.cvsignore
@@ -0,0 +1,11 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
+*.la
+wombat-stubs.c
+wombat-skels.c
+wombat-common.c
+wombat.h
+wombat
diff --git a/wombat/wombat.c b/wombat/wombat.c
index e2fc716d51..034b97f478 100644
--- a/wombat/wombat.c
+++ b/wombat/wombat.c
@@ -7,8 +7,8 @@
#include <config.h>
#include <bonobo.h>
-#include <addressbook/backend/pas/pas-book-factory.h>
-#include <addressbook/backend/pas/pas-backend-file.h>
+#include <backend/pas-book-factory.h>
+#include <backend/pas-backend-file.h>
CORBA_Environment ev;
CORBA_ORB orb;
@@ -26,9 +26,20 @@ setup_pas (int argc, char **argv)
pas_book_factory_activate (factory);
}
+#include "cal-factory.h"
+#include "calobj.h"
static void
setup_pcs (int argc, char **argv)
{
+ CalFactory *factory;
+
+ factory = cal_factory_new ();
+ if (!factory) {
+ g_message ("%s: %d: couldn't create a Calendar factory\n",
+ __FILE__, __LINE__);
+ }
+
+
}
static void
@@ -36,6 +47,7 @@ setup_config (int argc, char **argv)
{
}
+#include <libgnomevfs/gnome-vfs-init.h>
static void
setup_vfs (int argc, char **argv)
{
@@ -45,6 +57,7 @@ setup_vfs (int argc, char **argv)
}
}
+#include <libgnorba/gnorba.h>
static void
init_bonobo (int argc, char **argv)
{
diff --git a/wombat/wombat.gnorba b/wombat/wombat.gnorba
new file mode 100644
index 0000000000..0e5839cc55
--- /dev/null
+++ b/wombat/wombat.gnorba
@@ -0,0 +1,11 @@
+[evolution:card-server]
+type=exe
+repo_id=IDL:Evolution/CardServer:1.0
+description=The Personal Addressbook Server
+location_info=wombat
+
+[evolution:calendar-factory]
+type=exe
+repo_id=IDL:Evolution/Calendar/CalFactory:1.0 IDL:Bonobo/Unknown:1.0
+description=Calendar factory for the Personal Calendar Server
+location_info=wombat