diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:15:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:15:15 +0000 |
commit | 9f570f7d9a9ad2a6e132a4d83b51773486ea3bd4 (patch) | |
tree | 8bf50c722ee3c04d2dcf2a7b3e57f3f1a2d36d6d /cppu | |
parent | 0b47d03a97fbfa81b8bd5be1c855f1a1736f8705 (diff) |
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.hxx | 7 |
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( |