Robert,
FYI
Being a complete noob on CVS I usually just accepts the 'default (keep
sticky)' revision when I want to get an update. To get the
GetNumberOfProcessors() update I had to select 'Main trunk's head
(reset sticky)'. What revision do you recommend I use for the future?
Regards,
Brede
On 8/11/06, Robert Osfield <[EMAIL PROTECTED]> wrote:
Thanks for the code. I have just checked in the following to OpenThreads CVS:
int OpenThreads::GetNumberOfProcessors()
{
SYSTEM_INFO sysInfo;
GetSystemInfo(&sysInfo);
return sysInfo.dwNumberOfProcessors;
}
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/