table of contents
other versions
- wheezy 3.1.3-2.2
| SoLockManager(3) | Coin | SoLockManager(3) |
NAME¶
SoLockManager - The SoLockManager is a defunct software license lock mechanism. This is just a dummy implementation of the TGS Inventor class used to provide a license locking mechanism. Since Coin can be used without any royalty fees or client-site license locks, no such mechanism is needed.SYNOPSIS¶
#include <Inventor/lock/SoLockMgr.h>Static Public Member Functions¶
static void SetUnlockString (char *unlockstr)
Detailed Description¶
The SoLockManager is a defunct software license lock mechanism. This is just a dummy implementation of the TGS Inventor class used to provide a license locking mechanism. Since Coin can be used without any royalty fees or client-site license locks, no such mechanism is needed.Member Function Documentation¶
void SoLockManager::SetUnlockString (char *unlockstr) [static]¶
A void method provided just for sourcecode compatibility in client applications with TGS Inventor. It just stores the unlockstr argument internally to be able to provide it upon calls to GetUnlockString().char * SoLockManager::GetUnlockString (void) [static]¶
A void method provided just for sourcecode compatibility in client applications with TGS Inventor. Returns the string set through SetUnlockString().Author¶
Generated automatically by Doxygen for Coin from the source code.| Wed May 23 2012 | Version 3.1.3 |