Hi,

On Sun, 2006-10-01 at 16:56 +0200, Carsten Neumann wrote:
>       Hi Gerrit,
> 
> Gerrit Voss wrote:
> > can you please make sure that the old versions stay available inside
> > OSG_1_COMPAT. This way it does not kill all code especially where
> > patching is not an option right now. 
> 
> just for clarification: You want to have the old functions available
> inside OSG_1_COMPAT, yes ? 

yes

> And the script should not rename calls to these old functions, if these are 
> surrounded by OSG_1_COMPAT ?

no


I just want to keep the old versions in OSGBaseFunction.h inside
OSG_1_COMPAT, like

#ifdef OSG_1_COMPAT
template <class FloatTypeT> inline
typename TypeTraits<FloatTypeT>::RealReturnType
    osgsqrt(const FloatTypeT rValue);

#endif

if your patch is going to change it to  

template <class FloatTypeT> inline
typename TypeTraits<FloatTypeT>::RealReturnType
    osgSqrt(const FloatTypeT rValue);


As I definitely don't want to run the script it can stay as it is.

regards,
  gerrit





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to