summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-19 12:09:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-19 12:09:50 +0000
commit0bb3059b72395f1219cfb4e0fe05bda44c537f98 (patch)
tree87aa325d467e64f7b1a23472782269521aacc8df
parent7bd78d66606faa1433d087c8088834636a62e75a (diff)
INTEGRATION: CWS uno8eabugs01 (1.1.1.1.182); FILE MERGED
2004/05/17 14:19:52 kso 1.1.1.1.182.1: #116445# - Fixed exception handling.
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/cc50_solaris_sparc.hxx13
1 files changed, 9 insertions, 4 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/cc50_solaris_sparc.hxx b/bridges/source/cpp_uno/cc50_solaris_sparc/cc50_solaris_sparc.hxx
index c4ea9a8cf..08590a2ac 100644
--- a/bridges/source/cpp_uno/cc50_solaris_sparc/cc50_solaris_sparc.hxx
+++ b/bridges/source/cpp_uno/cc50_solaris_sparc/cc50_solaris_sparc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cc50_solaris_sparc.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:28:48 $
+ * last change: $Author: rt $ $Date: 2004-05-19 13:09:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,8 +111,13 @@ inline char* adjustPointer( char* pIn, typelib_TypeDescription* pType )
//#### exceptions ##################################################################################
//##################################################################################################
-void cc50_solaris_sparc_raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp );
-void cc50_solaris_sparc_fillUnoException( void*, const char*, uno_Any*, uno_Mapping * pCpp2Uno );
+void cc50_solaris_sparc_raiseException(
+ uno_Any * pUnoExc, uno_Mapping * pUno2Cpp );
+
+void cc50_solaris_sparc_fillUnoException(
+ void*, const char*,
+ typelib_TypeDescription * pExcTypeDescr,
+ uno_Any*, uno_Mapping * pCpp2Uno );
}