Functions

TSS_Adapter.cpp File Reference

#include "ace/TSS_Adapter.h"
Include dependency graph for TSS_Adapter.cpp:

Go to the source code of this file.

Functions

void ACE_TSS_C_cleanup (void *object)

Detailed Description

Id:
TSS_Adapter.cpp 80826 2008-03-04 14:51:23Z wotte

Originally in Synch.cpp

Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>

Definition in file TSS_Adapter.cpp.


Function Documentation

void ACE_TSS_C_cleanup ( void *  object  ) 

Definition at line 34 of file TSS_Adapter.cpp.

{
  // ACE_TRACE ("ACE_TSS_C_cleanup");
  if (object != 0)
    {
      ACE_TSS_Adapter * const tss_adapter = (ACE_TSS_Adapter *) object;
      // Perform cleanup on the real TS object.
      tss_adapter->cleanup ();
      // Delete the adapter object.
      delete tss_adapter;
    }
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines