#include "ace/CORBA_macros.h"
#include "ace/Unbounded_Queue.h"
#include "ace/Thread_Mutex.h"
#include "tao/CORBA_methods.h"
#include "tao/Any.h"
#include "tao/Environment.h"
Include dependency graph for NVList.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
Classes | |
class | CORBA::NamedValue |
CORBA Name/value pair implementation. More... | |
class | CORBA::NVList |
CORBA::NVList implementation. More... | |
Typedefs | |
typedef TAO_Pseudo_Var_T< NamedValue > | NamedValue_var |
typedef TAO_Pseudo_Out_T< NamedValue, NamedValue_var > | NamedValue_out |
typedef TAO_Pseudo_Var_T< NVList > | NVList_var |
typedef TAO_Pseudo_Out_T< NVList, NVList_var > | NVList_out |
Enumerations | |
enum | { ARG_IN = 0x01, ARG_OUT = 0x02, ARG_INOUT = 0x04, IN_COPY_VALUE = 0x08, OUT_LIST_MEMORY = 0x10, DEPENDENT_LIST = 0x20, CTX_RESTRICT_SCOPE = 0x40, CTX_DELETE_DESCENDENTS = 0x80, INV_NO_RESPONSE = 0x100, INV_TERM_ON_ERR = 0x200, RESP_NO_WAIT = 0x400 } |
Aniruddha Gokhale <gokhale@cs.wustl.edu>
|
|
|
|
|
|
|
|
|
|