summaryrefslogtreecommitdiff
path: root/bridges/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-27 08:47:08 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-27 08:47:08 +0000
commiteea6268c7c566ccfda635e12f16566d8c7d065d3 (patch)
tree2aec79aca4c41be0e9251dfa9238b933b8cacaaf /bridges/inc
parentcdb1eb9c79f61c05ddc7980a3677b4ce8dc0fe41 (diff)
INTEGRATION: CWS ia64port01_DEV300 (1.4.104); FILE MERGED
2008/02/18 10:40:36 cmc 1.4.104.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*
Diffstat (limited to 'bridges/inc')
-rw-r--r--bridges/inc/bridges/cpp_uno/shared/cppinterfaceproxy.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/bridges/inc/bridges/cpp_uno/shared/cppinterfaceproxy.hxx b/bridges/inc/bridges/cpp_uno/shared/cppinterfaceproxy.hxx
index 569aa5d12863..3eded98affff 100644
--- a/bridges/inc/bridges/cpp_uno/shared/cppinterfaceproxy.hxx
+++ b/bridges/inc/bridges/cpp_uno/shared/cppinterfaceproxy.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cppinterfaceproxy.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 23:38:14 $
+ * last change: $Author: obo $ $Date: 2008-02-27 09:47:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,7 @@
#include "typelib/typedescription.h"
#include "uno/dispatcher.h"
#include "uno/environment.h"
+#include "bridges/cpp_uno/shared/vtablefactory.hxx"
namespace com { namespace sun { namespace star { namespace uno {
class XInterface;
@@ -102,7 +103,7 @@ private:
typelib_InterfaceTypeDescription * pTypeDescr;
rtl::OUString oid;
- void ** vtables[1];
+ VtableFactory::Slot * vtables[1];
friend void SAL_CALL freeCppInterfaceProxy(
uno_ExtEnvironment * pEnv, void * pInterface);