summaryrefslogtreecommitdiff
path: root/bridges/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:39:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:39:34 +0000
commit4e4ace8282691ac264cd6cd155868151464d7298 (patch)
tree4c3817f075559f868b450d24c5322fb413e0a396 /bridges/inc
parentcf067efdcdebd8da2c131572944e4124bc4af049 (diff)
INTEGRATION: CWS warnings01 (1.4.260); FILE MERGED
2005/09/22 18:08:07 sb 1.4.260.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 12:37:23 sb 1.4.260.1: #i53898# Made code warning-free.
Diffstat (limited to 'bridges/inc')
-rw-r--r--bridges/inc/bridges/remote/remote.hxx21
1 files changed, 10 insertions, 11 deletions
diff --git a/bridges/inc/bridges/remote/remote.hxx b/bridges/inc/bridges/remote/remote.hxx
index 08be0c99c1e4..a95ecb3f0f7f 100644
--- a/bridges/inc/bridges/remote/remote.hxx
+++ b/bridges/inc/bridges/remote/remote.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: remote.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:13:28 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:39:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,6 +49,14 @@
namespace bridges_remote {
+extern "C" typedef void SAL_CALL AcquireRemote2RemoteStub(
+ remote_Interface * pThis);
+AcquireRemote2RemoteStub acquireRemote2RemoteStub;
+
+extern "C" typedef void SAL_CALL FreeRemote2RemoteStub(
+ uno_ExtEnvironment * environment, void * stub);
+FreeRemote2RemoteStub freeRemote2RemoteStub;
+
class Remote2RemoteStub :
public remote_Interface
{
@@ -59,15 +67,6 @@ public:
requestClientSideDispatcher dispatch );
~Remote2RemoteStub();
- static void SAL_CALL thisAcquire( remote_Interface *pThis );
- static void SAL_CALL thisRelease( remote_Interface *pThis );
- static void SAL_CALL thisDispatch( remote_Interface * pUnoI,
- typelib_TypeDescription * pMemberType,
- void * pReturn,
- void * pArgs[],
- uno_Any ** ppException );
- static void SAL_CALL thisFree( uno_ExtEnvironment *pEnvRemote , void * );
-
void releaseRemote();
public:
::rtl::OUString m_sOid;