2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CosNaming / BindingIteratorOperations.h
blob61c97db99b3788755c4d8a2925c32be262c04198
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CosNaming_BindingIteratorOperations__
5 #define __org_omg_CosNaming_BindingIteratorOperations__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CosNaming
18 class BindingHolder;
19 class BindingIteratorOperations;
20 class BindingListHolder;
26 class org::omg::CosNaming::BindingIteratorOperations : public ::java::lang::Object
29 public:
30 virtual void destroy() = 0;
31 virtual jboolean next_n(jint, ::org::omg::CosNaming::BindingListHolder *) = 0;
32 virtual jboolean next_one(::org::omg::CosNaming::BindingHolder *) = 0;
33 static ::java::lang::Class class$;
34 } __attribute__ ((java_interface));
36 #endif // __org_omg_CosNaming_BindingIteratorOperations__