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

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
(moved from udk.openoffice.org)
 
m (Updated.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
author[[User:Kr|Kr]]    <br>
+
Type: implementation State: {{Uno/CWS|SRC680|bunoexttm}}
version: {{REVISIONID}}   <br>
+
state:  UTF2              <br>
+
created: 01/30/2006        <br>
+
type:    impl. description <br>
+
  
== C++ UNO Testerhelper ==
+
Factory for creating test objects with varying [[Uno/Term/Object Binary Interface|OBI]]s. See the [[Uno/Cpp/Spec/Testhelper Objectfactory|specification]] for details.
=== Object Factory ===
+
  
; Headers:
+
==Dependencies==
 +
* [[Uno/Binary/Runtime|Binary Uno Runtime]]
  
;Link Libraries : None.
+
==Headers==
 +
<pre>
 +
#include "ObjectFactory/ObjectFactory.hxx"
 +
</pre>
  
;Known Issues : None.
+
==Files==
 +
* {{Uno/UDKlink|cppu/test/ObjectFactory/CppObject.cxx}}
 +
* {{Uno/UDKlink|cppu/test/ObjectFactory/CppObject.hxx}}
 +
* {{Uno/UDKlink|cppu/test/ObjectFactory/ObjectFactory.cxx}}
 +
* {{Uno/UDKlink|cppu/test/ObjectFactory/ObjectFactory.hxx}}
 +
* {{Uno/UDKlink|cppu/test/ObjectFactory/UnoObject.cxx}}
 +
* {{Uno/UDKlink|cppu/test/ObjectFactory/UnoObject.hxx}}
 +
* {{Uno/UDKlink|cppu/test/ObjectFactory/callee.hxx}}
 +
* {{Uno/UDKlink|cppu/test/ObjectFactory/empty.def}}
 +
* {{Uno/UDKlink|cppu/test/ObjectFactory/makefile.mk}}
  
;Dependencies:
 
:* Binary UNO Runtime
 
  
; Files:
+
[[Category:Impl]]
:* cppu/test/ObjectFactory/CppObject.cxx      -r1.1.2.1 - -r1.1.2.2
+
[[Category:Uno]]
:* cppu/test/ObjectFactory/CppObject.hxx      -r1.1.2.1 - -r1.1.2.2
+
[[Category:Uno:Binary]]
:* cppu/test/ObjectFactory/ObjectFactory.cxx  -r1.1.2.1
+
:* cppu/test/ObjectFactory/ObjectFactory.hxx  -r1.1.2.1
+
:* cppu/test/ObjectFactory/UnoObject.cxx      -r1.1.2.1
+
:* cppu/test/ObjectFactory/UnoObject.hxx      -r1.1.2.1
+
:* cppu/test/ObjectFactory/callee.hxx        -r1.1.2.1 - -r1.1.2.2
+
:* cppu/test/ObjectFactory/Attic/empty.def    -r1.1.2.1
+
:* cppu/test/ObjectFactory/Attic/makefile.mk  -r1.1.2.1
+

Latest revision as of 11:58, 9 February 2007

Type: implementation State: bunoexttm

Factory for creating test objects with varying OBIs. See the specification for details.

Dependencies

Headers

#include "ObjectFactory/ObjectFactory.hxx"

Files

Personal tools