summaryrefslogtreecommitdiffstats
path: root/cppu
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:15:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:15:15 +0000
commit9f570f7d9a9ad2a6e132a4d83b51773486ea3bd4 (patch)
tree8bf50c722ee3c04d2dcf2a7b3e57f3f1a2d36d6d /cppu
parentINTEGRATION: CWS warnings01 (1.22.126); FILE MERGED (diff)
downloadcore-9f570f7d9a9ad2a6e132a4d83b51773486ea3bd4.tar.gz
core-9f570f7d9a9ad2a6e132a4d83b51773486ea3bd4.zip
INTEGRATION: CWS warnings01 (1.15.60); FILE MERGED
2005/09/22 20:46:28 sb 1.15.60.2: RESYNC: (1.15-1.16); FILE MERGED 2005/08/31 13:43:22 sb 1.15.60.1: #i53898# Made code warning-free.
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/uno/prim.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/cppu/source/uno/prim.hxx b/cppu/source/uno/prim.hxx
index 0047c83e05a7..9cde8638984c 100644
--- a/cppu/source/uno/prim.hxx
+++ b/cppu/source/uno/prim.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: prim.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:54:17 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:15:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -185,7 +185,8 @@ inline typelib_TypeDescriptionReference * _getVoidType()
::osl_incrementInterlockedCount( &(pType)->nRefCount );
//--------------------------------------------------------------------------------------------------
-void * binuno_queryInterface( void * pUnoI, typelib_TypeDescriptionReference * pDestType );
+extern "C" void * binuno_queryInterface(
+ void * pUnoI, typelib_TypeDescriptionReference * pDestType );
//--------------------------------------------------------------------------------------------------
inline typelib_TypeDescriptionReference * _unionGetSetType(