#include <bulkDataDistributer.h>
Public Member Functions | |
ACS_Read_Guard (T &l, int &ret) | |
~ACS_Read_Guard () | |
void | release () |
Protected Attributes | |
int | ret_ |
T * | lock_ |
we need (temporary) guard class for RW mute, should be at some point improved moved to other place
AcsBulkdata::ACS_Read_Guard< T >::ACS_Read_Guard | ( | T & | l, | |
int & | ret | |||
) | [inline] |
AcsBulkdata::ACS_Read_Guard< T >::~ACS_Read_Guard | ( | ) | [inline] |
References AcsBulkdata::ACS_Read_Guard< T >::release().
void AcsBulkdata::ACS_Read_Guard< T >::release | ( | ) | [inline] |
References AcsBulkdata::ACS_Read_Guard< T >::lock_, and AcsBulkdata::ACS_Read_Guard< T >::ret_.
Referenced by AcsBulkdata::ACS_Read_Guard< T >::~ACS_Read_Guard().
T* AcsBulkdata::ACS_Read_Guard< T >::lock_ [protected] |
int AcsBulkdata::ACS_Read_Guard< T >::ret_ [protected] |