From eea6268c7c566ccfda635e12f16566d8c7d065d3 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 27 Feb 2008 08:47:08 +0000 Subject: 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_* --- bridges/inc/bridges/cpp_uno/shared/cppinterfaceproxy.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bridges/inc') 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); -- cgit