Difference between revisions of "Uno/Cpp/Spec/Purpose Bridge Implementation Helper"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
(moved from udk.openoffice.org)
 
(No difference)

Revision as of 15:42, 20 April 2006

author: Kr
version: 8712
state: draft
created: 01/16/2006
type: specification

Helper C++ UNO

Purpose Environment Implementation

Feature
A helper for implementing purpose environments, with probe support.
Rationale 
API
class Base : public cppu::Enterable
Base(uno_Environment * pEnv);
createMapping(uno_Mapping ** ppMapping, uno_Environment * pFrom, uno_Environment * pTo, ProbeFun * probeFun = NULL, void * pContext = NULL);
Compatibility Issues
None.
Dependencies
None.
Personal tools