Hi,

this is a announcement/warning that I'm about to commit a patch that
makes the naming of all functions in OSGBaseFunctions.h consistent. They
are now all prefixed with osg to avoid clashes with C/C++ library macros
and use camel case throughout.
The patch was created with the tool in Tools/convScript (you need the
latest version from r205) using the following invocation:

Tools/convScript/Main.py -d "BaseFunctions_Rename.diff" -n -p
"OSG.*(h|cpp|inl)$" -vvv -l "BaseFunctions_Rename.log" -o
"BaseFuncRename" Source/

You can use a similar call to generate a diff file to convert your own
code. Note the above call will not modify your code base (because of the
-n option), but only write the diff and log.

        Carsten

-------------------------------------------------------------------------
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