summaryrefslogtreecommitdiff
path: root/bridges/source/remote/urp/urp_dispatch.hxx
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
commitf4058b30a53c4393376ab9818038170167c806ca (patch)
tree87e26dbacb41c75690ab7c2644b6000f458ab80f /bridges/source/remote/urp/urp_dispatch.hxx
parent43dd0f0ffeafa29ee1e2b87c3febfdece51a2a1a (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.
Diffstat (limited to 'bridges/source/remote/urp/urp_dispatch.hxx')
-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 c98da75db..38bcb208f 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,