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

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (Updated.)
m (Updated state.)
 
Line 1: Line 1:
Type: implementation State: {{Uno/CWS|SRC680|bunoexttm}}
+
Type: Implementation State: Finished  Availability: URE 1.3 (SRC680_m212)
  
 
Implementation of [[../../Spec/FreeReference]] for [[Uno/Cpp|C++ Uno]].
 
Implementation of [[../../Spec/FreeReference]] for [[Uno/Cpp|C++ Uno]].

Latest revision as of 10:12, 23 May 2007

Type: Implementation State: Finished Availability: URE 1.3 (SRC680_m212)

Implementation of Uno/Cpp/Spec/FreeReference for C++ Uno.

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 a new Reference template).

Files

Tests

Dependencies

Personal tools