2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_CORBA_gnuNVList__
5 #define __gnu_CORBA_gnuNVList__
9 #include <org/omg/CORBA/NVList.h>
33 class gnu::CORBA::gnuNVList
: public ::org::omg::CORBA::NVList
39 virtual ::org::omg::CORBA::NamedValue
* add(jint
);
40 virtual ::org::omg::CORBA::NamedValue
* add_item(::java::lang::String
*, jint
);
41 virtual ::org::omg::CORBA::NamedValue
* add_value(::java::lang::String
*, ::org::omg::CORBA::Any
*, jint
);
42 virtual void add(::org::omg::CORBA::NamedValue
*);
44 virtual ::org::omg::CORBA::NamedValue
* item(jint
);
45 virtual void remove(jint
);
46 public: // actually protected
47 ::gnu::CORBA::CorbaList
* __attribute__((aligned(__alignof__( ::org::omg::CORBA::NVList
)))) list
;
49 static ::java::lang::Class
class$
;
52 #endif // __gnu_CORBA_gnuNVList__