summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-03-08 07:51:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-03-08 07:51:06 +0000
commit52bd8f48d778936a4c0d929fdec5c5fb1b706584 (patch)
treeb5e8a2824c98e9a895376588a9bb9fcda3c713c4
parent6c0d33f9fb6cf7f6264de632799d3f5f1836ff56 (diff)
INTEGRATION: CWS sixtyfour03 (1.3.32); FILE MERGED
2006/03/06 11:08:58 kendy 1.3.32.1: #i62810# x86-64 bridge improvements: slightly better debug
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx b/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
index 880646792..b7d85c7fd 100644
--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
+++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: share.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:26:59 $
+ * last change: $Author: rt $ $Date: 2006-03-08 08:51:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,8 @@
*
************************************************************************/
+#include "uno/mapping.h"
+
#include <typeinfo>
#include <exception>
#include <cstddef>
@@ -40,6 +42,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