#include <ClientRequestInfo.h>
Collaboration diagram for TAO_ClientRequestInfo_Guard:
Public Methods | |
TAO_ClientRequestInfo_Guard (TAO_ClientRequestInfo *info, TAO_ClientRequestInfo_i *ri) | |
Constructor. | |
~TAO_ClientRequestInfo_Guard (void) | |
Destructor. | |
Private Attributes | |
TAO_ClientRequestInfo * | info_ |
TAO_ClientRequestInfo_i * | previous_info_ |
This class is used to ensure the swapping of TAO_ClientRequestInfo_i pointers in a TAO_ClientRequestInfo object is performed in an exception-safe manner when interception points are being invoked.
|
Constructor.
|
|
Destructor.
|
|
Pointer to the TAO_ClientRequestInfo object upon which pointer swaps will occur. |
|
Pointer to the TAO_ClientRequestInfo_i object that was previously stored in the TAO_ClientRequestInfo object. |