#include <Argument.h>
Inheritance diagram for TAO::InoutArgument:
Public Member Functions | |
virtual CORBA::ParameterMode | mode (void) const |
Get the parameter mode of this argument. |
|
Get the parameter mode of this argument.
Implements TAO::Argument. Definition at line 45 of file Argument.cpp.
00046 {
00047 return CORBA::PARAM_INOUT;
00048 }
|