summaryrefslogtreecommitdiff
path: root/bridges/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:39:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:39:45 +0000
commit917c71ccc684c9af95da744e0969c109697dd5dc (patch)
tree14f971a5048d22d6a31c1c0f1ed53ad0f737479d /bridges/inc
parent4e4ace8282691ac264cd6cd155868151464d7298 (diff)
INTEGRATION: CWS warnings01 (1.1.1.1.270); FILE MERGED
2005/09/22 18:08:16 sb 1.1.1.1.270.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/09 12:37:24 sb 1.1.1.1.270.1: #i53898# Made code warning-free.
Diffstat (limited to 'bridges/inc')
-rw-r--r--bridges/inc/bridges/remote/stub.hxx20
1 files changed, 9 insertions, 11 deletions
diff --git a/bridges/inc/bridges/remote/stub.hxx b/bridges/inc/bridges/remote/stub.hxx
index 225b2e9d0cd4..1a1110a5856c 100644
--- a/bridges/inc/bridges/remote/stub.hxx
+++ b/bridges/inc/bridges/remote/stub.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stub.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:13:41 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:39:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,6 +39,13 @@
namespace bridges_remote {
+extern "C" typedef void SAL_CALL AcquireUno2RemoteStub( remote_Interface *pThis );
+AcquireUno2RemoteStub acquireUno2RemoteStub;
+
+extern "C" typedef void SAL_CALL FreeUno2RemoteStub(
+ uno_ExtEnvironment * environment, void * stub);
+FreeUno2RemoteStub freeUno2RemoteStub;
+
class Uno2RemoteStub :
public remote_Interface
{
@@ -50,15 +57,6 @@ public:
uno_Environment *pEnvRemote );
~Uno2RemoteStub();
- 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 *pThis );
-
public:
::rtl::OUString m_sOid;
typelib_InterfaceTypeDescription *m_pType;