diff options
-rw-r--r-- | bridges/source/remote/urp/urp_dispatch.hxx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/bridges/source/remote/urp/urp_dispatch.hxx b/bridges/source/remote/urp/urp_dispatch.hxx index 45a97d3d881d..f47fb3f11ae0 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:52:40 $ + * last change: $Author: rt $ $Date: 2006-12-01 14:47:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,5 +72,15 @@ namespace bridges_urp { uno_Any **ppException ); + void SAL_CALL urp_sendRequest_internal( + uno_Environment *pEnvRemote, + typelib_TypeDescription const * pMemberType, + rtl_uString *pOid, + typelib_InterfaceTypeDescription *pInterfaceType, + void *pReturn, + void *ppArgs[], + uno_Any **ppException + ); + } |