Uno/Cpp/Spec/Testhelper Objectfactory

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Revision as of 11:42, 8 March 2006 by Kr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

author: Kr
version: 5946
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