Type: info
         Title: Deprecated mapToCpp and mapToUno
     Posted by: [EMAIL PROTECTED]
      Affected: Core Binary / C++ Uno users :-),
Effective from: CWS bunoexttm


*Summary*
--------
Deprecated the following functions: 
  sal_Bool com::sun::star::uno::mapToCpp( Reference< C > * ppRet, uno_Interface 
* pUnoI );
 sal_Bool com::sun::star::uno::mapToUno( uno_Interface ** ppRet, const 
Reference< C > & x );

*Description*
-------------
The two above functions, declared and defined in
cppu/inc/uno/mapping.hxx , need to be deprecated, as they may not work
as expected in the context of the upcoming Uno purpose environments.
Please see
 http://wiki.services.openoffice.org/wiki/Uno/Spec/Purpose_Environment
respectively
 http://wiki.services.openoffice.org/wiki/Uno/Spec/Threading-Model
for details.

Please use the upcoming mapping helpers as alternatives to the above
two functions. See
 http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Map_Helpers
for details.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to