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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (Improved layout. Splitted categories.)
m (Updated.)
 
Line 3: Line 3:
 
==Feature==
 
==Feature==
 
A factory for creating arbitrary test objects.
 
A factory for creating arbitrary test objects.
 
==Rationale==
 
  
 
==API==
 
==API==
 
<code>[cpp]
 
<code>[cpp]
 +
#include "ObjectFactory/ObjectFactory.hxx"
 +
 
void * createObject(rtl::OUString const & envDcp, Callee * pCallee);
 
void * createObject(rtl::OUString const & envDcp, Callee * pCallee);
 
void  callObject  (rtl::OUString const & envDcp, void *);
 
void  callObject  (rtl::OUString const & envDcp, void *);

Latest revision as of 09:57, 9 February 2007

Type: Specification State: draft

Feature

A factory for creating arbitrary test objects.

API

[cpp]

  1. include "ObjectFactory/ObjectFactory.hxx"

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

Dependencies

Personal tools