MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //usr/local/ssl/include/orbit-2.0/orbit/orb-core/corba-nvlist.h
#ifndef CORBA_NVLIST_H
#define CORBA_NVLIST_H 1

#include <orbit/orb-core/orb-types.h>
#include <orbit/orb-core/corba-typecode-type.h>

G_BEGIN_DECLS

void CORBA_NVList_add_item(CORBA_NVList list,
			   const CORBA_Identifier item_name,
			   const CORBA_TypeCode item_type,
			   const CORBA_OpaqueValue value,
			   const CORBA_long value_len,
			   const CORBA_Flags item_flags,
			   CORBA_Environment * ev);
void CORBA_NVList_free(CORBA_NVList list, CORBA_Environment * ev);
void CORBA_NVList_free_memory(CORBA_NVList list, CORBA_Environment * ev);
void CORBA_NVList_get_count(CORBA_NVList list, CORBA_long * count,
			    CORBA_Environment * ev);

G_END_DECLS

#endif