>
> I understand. I just thought calls named "_NSGetEnviron" and
> "exc_server" (those are the calls they refer to in the article) sounded
> like "get some environment variable" and some threading functions, so I
> thought it might be possible that the low-level implementations of some
> functions might use them without us being aware of it...
>
> But if the likeliness of that happening is close to null, that's great.
>

It will be very explicit whether you are using a "private" API or not.
There won't be a header definition and you will get a compile error.
If a public API calls a private API behind the scenes, that is
perfectly okay.

I expect the only areas OSG will have trouble is with the module
loading systems (osgDB), but we already expect that.

-Eric
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to