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

ACE_END_VERSIONED_NAMESPACE_DECL
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

ACE_END_VERSIONED_NAMESPACE_DECL void ACE_TSS_C_cleanup ( void *  object  ) 

Definition at line 34 of file TSS_Adapter.cpp.

References ACE_TSS_Adapter::cleanup().

00035 {
00036   // ACE_TRACE ("ACE_TSS_C_cleanup");
00037   if (object != 0)
00038     {
00039       ACE_TSS_Adapter * const tss_adapter = (ACE_TSS_Adapter *) object;
00040       // Perform cleanup on the real TS object.
00041       tss_adapter->cleanup ();
00042       // Delete the adapter object.
00043       delete tss_adapter;
00044     }
00045 }


Generated on Tue Feb 2 17:34:42 2010 for ACE by  doxygen 1.4.7