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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (Added category.)
m (Improved layout. Splitted categories.)
Line 1: Line 1:
version: {{REVISIONID}} <br>
+
Type: Specification  State: draft
state:   draft         <br>
+
type:    specification  <br>
+
  
== Object Factory ==
+
==Feature==
 +
A factory for creating arbitrary test objects.
  
; Feature
+
==Rationale==
: A factory for creating arbitrary test objects.
+
  
; Rationale :
+
==API==
 +
<code>[cpp]
 +
void * createObject(rtl::OUString const & envDcp, Callee * pCallee);
 +
void  callObject  (rtl::OUString const & envDcp, void *);
 +
</code>
  
; API
+
==Dependencies==
: <code>void * createObject(rtl::OUString const & envDcp, Callee * pCallee);</code>
+
* [[Uno/Cpp|C++ Uno]]
: <code>void  callObject  (rtl::OUString const & envDcp, void *);</code>
+
  
; Compatibility Issues: None.
 
  
; Dependencies:
+
[[Category:Draft]]
:* C++ UNO Runtime
+
[[Category:Spec]]
 
+
[[Category:Uno]]
[[Category:Uno:Cpp:Spec]]
+
[[Category:Uno:Cpp]]

Revision as of 08:27, 29 November 2006

Type: Specification State: draft

Feature

A factory for creating arbitrary test objects.

Rationale

API

[cpp] void * createObject(rtl::OUString const & envDcp, Callee * pCallee); void callObject (rtl::OUString const & envDcp, void *);

Dependencies

Personal tools