|
sipxmedialib
Version 3.3
|

Functions | |
| OsBSem | sMultiThreadLock (OsBSem::Q_PRIORITY, OsBSem::FULL) |
| CBaseClass::CBaseClass | CBASECLASS_PROTO_ARGS ((const char *DerivedType, int callLineNum)) |
| unsigned long CBaseClass::AddRef | CBASECLASS_PROTO_ARGS ((int callLineNum)) |
| OsBSem sMultiThreadLock | ( | OsBSem::Q_PRIORITY | , |
| OsBSem::FULL | |||
| ) |
| CBaseClass::CBaseClass CBASECLASS_PROTO_ARGS | ( | (const char *DerivedType, int callLineNum) | ) |
Method Name: CBaseClass() - Constructor
Inputs: None
Outputs: None
Returns: None
Description: The CBaseClass is an abstract class that is initialized by a derived object at construction time.
Usage Notes:
| unsigned long CBaseClass::Release CBASECLASS_PROTO_ARGS | ( | (int callLineNum) | ) |
Method Name: AddRef
Inputs: None
Outputs: None
Returns: unsigned long
Description: Increments the number of references to this object.
Usage Notes:
Method Name: Release
Inputs: None
Outputs: None
Returns: unsigned long
Description: Decrements the number of references to this object.
Usage Notes:
1.8.11