summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:52:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:52:40 +0000
commitbb0a4617771ba9ce6152c2f6fff3a25beea2b26c (patch)
tree7cb4e78826923577af0d5b573d7a46364ab35d80
parent0ab3e3370110c919c01c00042b74a36783ae54bf (diff)
INTEGRATION: CWS warnings01 (1.2.270); FILE MERGED
2005/09/22 18:36:18 sb 1.2.270.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:38:11 sb 1.2.270.1: #i53898# Made code warning-free.
-rw-r--r--bridges/source/remote/urp/urp_dispatch.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/source/remote/urp/urp_dispatch.hxx b/bridges/source/remote/urp/urp_dispatch.hxx
index a482c7d7fe74..45a97d3d881d 100644
--- a/bridges/source/remote/urp/urp_dispatch.hxx
+++ b/bridges/source/remote/urp/urp_dispatch.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: urp_dispatch.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:45:52 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:52:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,9 +62,9 @@ namespace bridges_urp {
void SAL_CALL urp_sendCloseConnection( uno_Environment *pEnvRemote );
- void SAL_CALL urp_sendRequest(
+ extern "C" void SAL_CALL urp_sendRequest(
uno_Environment *pEnvRemote,
- typelib_TypeDescription * pMemberType,
+ typelib_TypeDescription const * pMemberType,
rtl_uString *pOid,
typelib_InterfaceTypeDescription *pInterfaceType,
void *pReturn,