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


CWaitableObjectAutoRelease Class Reference

#include <WaitableObjectAutoRelease.h>

Collaboration diagram for CWaitableObjectAutoRelease:

List of all members.


Public Member Functions

 CWaitableObjectAutoRelease (CWaitableObject *pObject)
virtual ~CWaitableObjectAutoRelease ()

Detailed Description

Definition at line 48 of file WaitableObjectAutoRelease.h.


Constructor & Destructor Documentation

KOMODIA_NAMESPACE_START CWaitableObjectAutoRelease::CWaitableObjectAutoRelease ( CWaitableObject pObject  ) 

Definition at line 41 of file WaitableObjectAutoRelease.cpp.

00041                                                                                : m_pObject(pObject)
00042 {
00043 }

CWaitableObjectAutoRelease::~CWaitableObjectAutoRelease (  )  [virtual]

Definition at line 45 of file WaitableObjectAutoRelease.cpp.

00046 {
00047     if (m_pObject)
00048         m_pObject->ReleaseObject();
00049 }


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