Difference between revisions of "Uno/Cpp/Impl/FreeReference"

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
(Renamed to FreeReference.)
(Adde description. Renamed impl. file.)
Line 4: Line 4:
 
==Free Reference==
 
==Free Reference==
 
Implementation of [[../../Spec/Free Reference]].
 
Implementation of [[../../Spec/Free Reference]].
 +
 +
===Description===
 +
The <code>cppu::FreeReference</code> is currently implemented fully inline. So, no ABI compatibility needs to be taken care of, in case we are going to change it (may reimplement it as a typedef of a specialization of new <code>Reference</code> template).
  
 
===Files===
 
===Files===
* cppu/inc/cppu/EnvAwareRef.hxx -r1.1.2.1 - -r1.1.2.5
+
* cppu/inc/cppu/FreeReference.hxx -r1.1.2.1
  
 
===Dependencies===
 
===Dependencies===

Revision as of 10:10, 4 July 2006

State: UTF2
Type: implementation

Free Reference

Implementation of Uno/Cpp/Spec/Free Reference.

Description

The cppu::FreeReference is currently implemented fully inline. So, no ABI compatibility needs to be taken care of, in case we are going to change it (may reimplement it as a typedef of a specialization of new Reference template).

Files

  • cppu/inc/cppu/FreeReference.hxx -r1.1.2.1

Dependencies

Personal tools