#include <ESF_Delayed_Command.h>


| Public Member Functions | |
| TAO_ESF_Connected_Command (Target *target, Object *object) | |
| constructor... | |
| virtual int | execute (void *arg) | 
| Private Attributes | |
| Target * | target_ | 
| The target. | |
| Object * | object_ | 
| The argument. | |
It does not assume ownership of Object nor the Target arguments. Usually allocated from the heap or an allocator; but it is not self-managed.
No provisions for locking, access must be serialized externally.
| TAO_ESF_Connected_Command< Target, Object >::TAO_ESF_Connected_Command | ( | Target * | target, | |
| Object * | object | |||
| ) |  [inline] | 
constructor...
| int TAO_ESF_Connected_Command< Target, Object >::execute | ( | void * | arg | ) |  [inline, virtual] | 
The callback method, if the argument is not nil it is interpreted as a CORBA::Environment.
Implements ACE_Command_Base.
| Object* TAO_ESF_Connected_Command< Target, Object >::object_  [private] | 
The argument.
| Target* TAO_ESF_Connected_Command< Target, Object >::target_  [private] | 
The target.
 1.5.8
 1.5.8