Uno/Cpp/Spec/Testhelper Objectfactory

From Apache OpenOffice Wiki
Jump to: navigation, search

author: Kr
version: 8709
state: draft
created: 01/30/2006
type: specification

C++ UNO Testhelper

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