Difference between revisions of "Uno/Cpp/Spec/Testhelper Objectfactory"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (Added category.)
Line 1: Line 1:
author:  [[User:Kr|Kr]] <br>
 
 
version: {{REVISIONID}} <br>
 
version: {{REVISIONID}} <br>
 
state:  draft          <br>
 
state:  draft          <br>
created: 01/30/2006    <br>
 
 
type:    specification  <br>
 
type:    specification  <br>
  
== C++ UNO Testhelper ==
+
== Object Factory ==
=== Object Factory ===
+
  
 
; Feature
 
; Feature
Line 19: Line 16:
 
; Compatibility Issues: None.
 
; Compatibility Issues: None.
  
; Dependencies
+
; Dependencies:
 
:* C++ UNO Runtime
 
:* C++ UNO Runtime
 +
 +
[[Category:Uno:Cpp:Spec]]

Revision as of 15:41, 20 April 2006

version: 8711
state: draft
type: specification

Object Factory

Feature
A factory for creating arbitrary test objects.
Rationale 
API
void * createObject(rtl::OUString const & envDcp, Callee * pCallee);
void callObject (rtl::OUString const & envDcp, void *);
Compatibility Issues
None.
Dependencies
  • C++ UNO Runtime
Personal tools