Uno/Cpp/Spec/Testhelper Objectfactory
From Apache OpenOffice Wiki
< Uno | Cpp | Spec
Revision as of 15:41, 20 April 2006 by Kr (talk | contribs) (OpenOffice.org Wiki:Spec Uno Cpp Testhelper Objectfactory moved to Uno/Cpp/Spec/Testhelper Objectfactory: Fixed namespace.)
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