aboutsummaryrefslogtreecommitdiffstats
path: root/wombat
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-03-29 11:05:07 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-03-29 11:05:07 +0800
commita74313d1afe18b36eaddeda4ad35b8442354e8b7 (patch)
treecc260d676959c44da259fb10e35d7c44173188eb /wombat
parentc169edca762daf6d56dd1b48d738b9c37f0b5028 (diff)
downloadgsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar
gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.gz
gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.bz2
gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.lz
gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.xz
gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.tar.zst
gsoc2013-evolution-a74313d1afe18b36eaddeda4ad35b8442354e8b7.zip
+ * wombat/wombat.gnorba: new file.
+ + * wombat/.cvsignore: new file. + + * wombat/wombat.c (setup_pcs): fill out this function some. + + * configure.in: added wombat. + + * pcs/Makefile.am: create a libpcs.la library, for use in the + wombat. svn path=/trunk/; revision=2241
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