summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 14:06:57 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 14:06:57 +0000
commit659012e2d4dc9f475851bc3b868b33ea201b3ea8 (patch)
tree72c540a080629a47d40ed95573c6c1fbbf572a3c /bridges
parenta41fc473700f19d23db716c70530ec1c8dd081af (diff)
INTEGRATION: CWS pj16 (1.2.168); FILE MERGED
2005/01/14 17:57:50 pjanik 1.2.168.1: #i40178#: FreeBSD porting: catch up recent version of bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx From NAKATA Maho.
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_intel/share.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_freebsd_intel/share.hxx b/bridges/source/cpp_uno/gcc3_freebsd_intel/share.hxx
index d262093557eb..4561e16c4461 100644
--- a/bridges/source/cpp_uno/gcc3_freebsd_intel/share.hxx
+++ b/bridges/source/cpp_uno/gcc3_freebsd_intel/share.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: share.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 19:06:53 $
+ * last change: $Author: kz $ $Date: 2005-01-18 15:06:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,8 @@
*
************************************************************************/
+#include "uno/mapping.h"
+
#include <typeinfo>
#include <exception>
#include <cstddef>
@@ -66,6 +68,8 @@
namespace CPPU_CURRENT_NAMESPACE
{
+void dummy_can_throw_anything( char const * );
+
// ----- following decl from libstdc++-v3/libsupc++/unwind-cxx.h and unwind.h
struct _Unwind_Exception