#include <Argument.h>


Public Member Functions | |
| virtual CORBA::ParameterMode | mode (void) const |
| Get the parameter mode of this argument. | |
Definition at line 130 of file Argument.h.
| CORBA::ParameterMode TAO::RetArgument::mode | ( | void | ) | const [virtual] |
Get the parameter mode of this argument.
Implements TAO::Argument.
Definition at line 57 of file Argument.cpp.
{
return CORBA::PARAM_OUT;
}
1.7.0