summaryrefslogtreecommitdiff
path: root/bridges/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:39:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:39:21 +0000
commitcf067efdcdebd8da2c131572944e4124bc4af049 (patch)
treefa5a5f977ebf39700778c16122fa19c89159aaa1 /bridges/inc
parent1ef4577e77a4ffccc28464ef6509151f014b882e (diff)
INTEGRATION: CWS warnings01 (1.4.242); FILE MERGED
2005/09/22 18:07:58 sb 1.4.242.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 12:37:23 sb 1.4.242.1: #i53898# Made code warning-free.
Diffstat (limited to 'bridges/inc')
-rw-r--r--bridges/inc/bridges/remote/remote.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/bridges/inc/bridges/remote/remote.h b/bridges/inc/bridges/remote/remote.h
index c9ba6a325938..7c3d9a466a3c 100644
--- a/bridges/inc/bridges/remote/remote.h
+++ b/bridges/inc/bridges/remote/remote.h
@@ -4,9 +4,9 @@
*
* $RCSfile: remote.h,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:13:13 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:39:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,22 +56,22 @@
#define CURRENT_IIOP_PROTOCOL_MAJOR 1
#define CURRENT_IIOP_PROTOCOL_MINOR 2
+extern "C" {
+
struct remote_Interface;
/** @internal
*/
-typedef void (SAL_CALL * remote_DispatchMethod)( remote_Interface * pRemoteI,
- typelib_TypeDescription * pMemberType,
- void * pReturn,
- void * pArgs[],
- uno_Any ** ppException );
+typedef void (SAL_CALL * remote_DispatchMethod)(
+ remote_Interface * pRemoteI, typelib_TypeDescription const * pMemberType,
+ void * pReturn, void * pArgs[], uno_Any ** ppException );
/**
@internal
*/
typedef void ( SAL_CALL * requestClientSideDispatcher ) (
uno_Environment *pEnvRemote,
- typelib_TypeDescription * pMemberType,
+ typelib_TypeDescription const * pMemberType,
rtl_uString *pOid,
typelib_InterfaceTypeDescription *pInterfaceType,
void *pReturn,
@@ -99,4 +99,6 @@ struct remote_Mapping
uno_Environment *pEnvUno;
};
+}
+
#endif