sipxportlib  Version 3.3
Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
OsProtectEventMgr Class Reference

#include <OsProtectEventMgr.h>

Public Member Functions

virtual ~OsProtectEventMgr ()
 
OsProtectedEventalloc (int userData=0)
 
OsStatus release (OsProtectedEvent *pEvent)
 
int allocCnt ()
 
int availCnt ()
 

Static Public Member Functions

static OsProtectEventMgrgetEventMgr ()
 

Protected Member Functions

 OsProtectEventMgr (int userData=0, int initialCount=200, int softLimit=500, int hardLimit=5000, int increment=50)
 

Friends

class OsProtectEventMgrInit
 

Constructor & Destructor Documentation

~OsProtectEventMgr ( )
virtual
OsProtectEventMgr ( int  userData = 0,
int  initialCount = 200,
int  softLimit = 500,
int  hardLimit = 5000,
int  increment = 50 
)
protected

Member Function Documentation

OsProtectEventMgr * getEventMgr ( )
static
OsProtectedEvent * alloc ( int  userData = 0)
OsStatus release ( OsProtectedEvent pEvent)
int allocCnt ( )
int availCnt ( )

Friends And Related Function Documentation

friend class OsProtectEventMgrInit
friend