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

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (Free Reference: Fixed link.)
m (Dependencies: Fixed link.)
Line 13: Line 13:
 
===Dependencies===
 
===Dependencies===
 
* [[Uno/Binary|Binary Uno]]
 
* [[Uno/Binary|Binary Uno]]
* [[Uno/Cpp/Test/Free Reference]]
+
* [[Uno/Cpp/Test/FreeReference]]
  
  
 
[[Category:Uno:Cpp:Impl]]
 
[[Category:Uno:Cpp:Impl]]

Revision as of 16:21, 18 July 2006

State: UTF2
Type: implementation

Free Reference

Implementation of Uno/Cpp/Spec/FreeReference.

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