Kaydet (Commit) 9666516e authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS bunoexttm (1.1.2.4.2); FILE ADDED

2007/02/28 13:18:49 kr 1.1.2.4.2.3: fixed: added map files for purpenvhelper
2007/02/14 15:57:08 kr 1.1.2.4.2.2: improved: added some documentation
2007/01/25 13:04:07 kr 1.1.2.4.2.1: fixed: license
üst ba3d0a41
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Mapping.hxx,v $
*
* $Revision: 1.2 $
*
* last change: $Author: kz $ $Date: 2007-05-09 13:33:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#ifndef INCLUDED_cppu_helper_purpenv_Mapping_hxx
#define INCLUDED_cppu_helper_purpenv_Mapping_hxx
#include "com/sun/star/uno/Any.h"
#include "uno/environment.h"
#include "uno/mapping.h"
namespace cppu { namespace helper { namespace purpenv {
/** C++ helper for implementing Purpose Environments.
(http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Purpose_Bridge_Implementation_Helper)
@since UDK 3.2.7
*/
typedef void ProbeFun(
bool pre,
void * pThis,
void * pContext,
typelib_TypeDescriptionReference * pReturnTypeRef,
typelib_MethodParameter * pParams,
sal_Int32 nParams,
typelib_TypeDescription const * pMemberType,
void * pReturn,
void * pArgs[],
uno_Any ** ppException );
void createMapping(uno_Mapping ** ppMapping,
uno_Environment * pFrom,
uno_Environment * pTo,
ProbeFun * probeFun = NULL,
void * pContext = NULL
);
}}}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment