Retail products


Traffic interception SDK

Control every TCP/IP network connection

  • Route connections via proxy
  • Redirect connections and modify the data
  • Block connections and applications
SSL interception SDK

View SSL in plaintext and modify it

  • View the SSL stream decrypted in plaintext
  • Redirect SSL connection and modify decrypted data
  • Browser shows "SSL lock" without warnings

Documentation


CGenericEvent Class Reference

#include <GenericEvent.h>

Inheritance diagram for CGenericEvent:
Collaboration diagram for CGenericEvent:

List of all members.


Public Member Functions

virtual void Pulse ()=0
virtual void Set ()=0
virtual void Reset ()=0
virtual BOOL Wait (unsigned long ulMSTimeout=INFINITE)=0
 CGenericEvent (BOOL bInitialState=FALSE, BOOL bManualReset=FALSE, const char *pEventName=NULL)
virtual ~CGenericEvent ()
virtual void ReleaseObject ()=0
virtual BOOL IsFirst () const

Protected Member Functions

virtual HANDLE GetHandle () const =0
void SetFirst ()

Detailed Description

Definition at line 48 of file GenericEvent.h.


Constructor & Destructor Documentation

KOMODIA_NAMESPACE_START CGenericEvent::CGenericEvent ( BOOL  bInitialState = FALSE,
BOOL  bManualReset = FALSE,
const char *  pEventName = NULL 
)

Definition at line 47 of file GenericEvent.cpp.

00050 {
00051 }

CGenericEvent::~CGenericEvent (  )  [virtual]

Definition at line 53 of file GenericEvent.cpp.

00054 {
00055 }


Member Function Documentation

virtual HANDLE CWaitableObject::GetHandle (  )  const [protected, pure virtual, inherited]

Implemented in CWin32Event, CWin32Mutex, and CWin32Semaphore.

BOOL CWaitableObject::IsFirst (  )  const [virtual, inherited]

Definition at line 54 of file WaitableObject.cpp.

00055 {
00056     return m_bFirst;
00057 }

virtual void CGenericEvent::Pulse (  )  [pure virtual]

Implemented in CWin32Event.

virtual void CWaitableObject::ReleaseObject (  )  [pure virtual, inherited]

Implemented in CWin32Event, CWin32Mutex, and CWin32Semaphore.

virtual void CGenericEvent::Reset (  )  [pure virtual]

Implemented in CWin32Event.

virtual void CGenericEvent::Set (  )  [pure virtual]

Implemented in CWin32Event.

void CWaitableObject::SetFirst (  )  [protected, inherited]

Definition at line 49 of file WaitableObject.cpp.

00050 {
00051     m_bFirst=TRUE;
00052 }

virtual BOOL CGenericEvent::Wait ( unsigned long  ulMSTimeout = INFINITE  )  [pure virtual]

Implemented in CWin32Event.


The documentation for this class was generated from the following files: