diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 13:47:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 13:47:35 +0000 |
commit | 50b05fc088a2b2cab514303cf8162c69fc3f4853 (patch) | |
tree | c9552e8b1b510e0688cdea114b39d6b82fbd2fe6 | |
parent | 5d8bcdb79a54e3a52d775f5d2f63922850055fb3 (diff) |
INTEGRATION: CWS sb23 (1.2.214); FILE MERGED
2006/08/21 07:36:42 sb 1.2.214.3: #88601# Made code warning-free.
2006/08/18 16:01:13 sb 1.2.214.2: RESYNC: (1.2-1.4); FILE MERGED
2005/03/23 14:44:29 sb 1.2.214.1: #88601# Ensure that negotiating current context support is finished before any requests are sent.
-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 + ); + } |