#include <PICurrent_Copy_Callback.h>
Inheritance diagram for TAO::PICurrent_Copy_Callback:
Public Member Functions | |
PICurrent_Copy_Callback (void) | |
Constructor. | |
~PICurrent_Copy_Callback (void) | |
Destructor. | |
virtual int | execute (void *arg=0) |
Perform the copy. | |
void | src_and_dst (PICurrent_Impl *src, PICurrent_Impl *dst) |
Set the source and destination PICurrent_Impl objects. | |
Private Attributes | |
PICurrent_Impl * | src_ |
Source PICurrent from which copies will be made. | |
PICurrent_Impl * | dst_ |
Destination PICurrent to which copies will be made. |
This class performs deep copies from the source PICurrent_Impl object's slot table to the destination PICurrent_Impl object's slot table.
|
Constructor.
|
|
Destructor.
|
|
Perform the copy.
Implements ACE_Command_Base. |
|
Set the source and destination PICurrent_Impl objects.
|
|
Destination PICurrent to which copies will be made.
|
|
Source PICurrent from which copies will be made.
|