[monkey-bubble: 486/753] add --enable-orbit2=[yes/no]
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 486/753] add --enable-orbit2=[yes/no]
- Date: Wed, 14 Jul 2010 22:36:30 +0000 (UTC)
commit ff13694030da42edb6914a8558cbf4a0f3cf5472
Author: Michael Meeks <michael ximian com>
Date: Tue Jun 26 16:43:34 2001 +0000
add --enable-orbit2=[yes/no]
2001-06-26 Michael Meeks <michael ximian com>
* configure.in: add --enable-orbit2=[yes/no]
* orbit2-convert.pl: fix some buglets.
* bonobo/bonobo-arg.c (bonobo_arg_new): port to new DynamicAny
conditionaly.
* bonobo/bonobo-async.c: disable for ORBit2.
* bonobo/bonobo-moniker-util.c (bonobo_string_to_CosNaming_Name):
impl for ORBit2 case. (url_to_name): trash for ORBit2 - FIXME.
* bonobo/bonobo-object.c (bonobo_object_dump_interfaces): upd.
(bonobo_type_setup): init base_epv for ORBit2.
* bonobo/bonobo-object.h: Add PortableServer_ServantBase__epv
for both cases - only used in ORBit2 version.
* bonobo/bonobo-property-bag-client.c: renamed all TC_ duffness.
* bonobo/bonobo-transient.c: disabled for ORBit2 - not used
anyway.
* *.c: added lots of missing string.h includes.
monikers/bonobo-moniker-extender-file.c | 3 ++-
monikers/bonobo-moniker-file.c | 2 +-
monikers/gnome-moniker-std.c | 3 ++-
tests/test-storage.c | 1 +
4 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/monikers/bonobo-moniker-extender-file.c b/monikers/bonobo-moniker-extender-file.c
index ba9287e..490efc7 100644
--- a/monikers/bonobo-moniker-extender-file.c
+++ b/monikers/bonobo-moniker-extender-file.c
@@ -6,7 +6,8 @@
*
* Copyright 2000, Helix Code, Inc.
*/
-#include <config.h>
+#include "config.h"
+#include <string.h>
#include <bonobo/bonobo-storage.h>
#include <bonobo/bonobo-exception.h>
#include <bonobo/bonobo-moniker.h>
diff --git a/monikers/bonobo-moniker-file.c b/monikers/bonobo-moniker-file.c
index 7201665..724286a 100644
--- a/monikers/bonobo-moniker-file.c
+++ b/monikers/bonobo-moniker-file.c
@@ -9,7 +9,7 @@
* Copyright 2000, Helix Code, Inc.
*/
#include <config.h>
-
+#include <string.h>
#include <bonobo/bonobo-exception.h>
#include <bonobo/bonobo-storage.h>
#include <bonobo/bonobo-moniker-util.h>
diff --git a/monikers/gnome-moniker-std.c b/monikers/gnome-moniker-std.c
index d8b05f4..efd7e26 100644
--- a/monikers/gnome-moniker-std.c
+++ b/monikers/gnome-moniker-std.c
@@ -1,4 +1,5 @@
-#include <config.h>
+#include "config.h"
+#include <string.h>
#include <bonobo/bonobo-shlib-factory.h>
#include "bonobo-moniker-std.h"
diff --git a/tests/test-storage.c b/tests/test-storage.c
index 7e70fef..67ed00e 100644
--- a/tests/test-storage.c
+++ b/tests/test-storage.c
@@ -1,4 +1,5 @@
#include <config.h>
+#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <libbonobo.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]