aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat-moniker.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-06 05:45:39 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-06 05:45:39 +0800
commitd4bb47b0bfd07ddd7e5b72e18f21fee4d7b3a19d (patch)
tree53accced6b44b1a3d21ee3b6ff848340fd57dbee /wombat/wombat-moniker.h
parentdfea470a8540463918fe3522e4d111fafc8d0806 (diff)
downloadgsoc2013-evolution-d4bb47b0bfd07ddd7e5b72e18f21fee4d7b3a19d.tar
gsoc2013-evolution-d4bb47b0bfd07ddd7e5b72e18f21fee4d7b3a19d.tar.gz
gsoc2013-evolution-d4bb47b0bfd07ddd7e5b72e18f21fee4d7b3a19d.tar.bz2
gsoc2013-evolution-d4bb47b0bfd07ddd7e5b72e18f21fee4d7b3a19d.tar.lz
gsoc2013-evolution-d4bb47b0bfd07ddd7e5b72e18f21fee4d7b3a19d.tar.xz
gsoc2013-evolution-d4bb47b0bfd07ddd7e5b72e18f21fee4d7b3a19d.tar.zst
gsoc2013-evolution-d4bb47b0bfd07ddd7e5b72e18f21fee4d7b3a19d.zip
change over from .oaf files to .server files and remove the moniker stuff
2002-11-05 Chris Toshok <toshok@ximian.com> * Makefile.am: change over from .oaf files to .server files and remove the moniker stuff from the build. * wombat.c: port over to gnome2, and nuke all the config moniker stuff. * wombat-moniker.[ch]: remove * wombat-private-moniker.[ch]: remove * GNOME_Evolution_WombatLDAP.server.in: rename the oaf.in file to this. * GNOME_Evolution_WombatNOLDAP.server.in: rename the oaf.in file to this. * .cvsignore: s/oaf/server svn path=/trunk/; revision=18568
Diffstat (limited to 'wombat/wombat-moniker.h')
-rw-r--r--wombat/wombat-moniker.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/wombat/wombat-moniker.h b/wombat/wombat-moniker.h
deleted file mode 100644
index 46ebcf79c8..0000000000
--- a/wombat/wombat-moniker.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _MONIKER_WOMBAT_H_
-#define _MONIKER_WOMBAT_H_
-
-#include <bonobo/bonobo-generic-factory.h>
-
-BonoboObject *
-wombat_moniker_factory (BonoboGenericFactory *this,
- const char *object_id,
- void *data);
-
-#endif