OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [PortableInterceptor/] [IORInterceptor_3_0Operations.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_omg_PortableInterceptor_IORInterceptor_3_0Operations__
5
#define __org_omg_PortableInterceptor_IORInterceptor_3_0Operations__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace org
15
  {
16
    namespace omg
17
    {
18
      namespace PortableInterceptor
19
      {
20
          class IORInfo;
21
          class IORInterceptor_3_0Operations;
22
          class ObjectReferenceTemplate;
23
      }
24
    }
25
  }
26
}
27
 
28
class org::omg::PortableInterceptor::IORInterceptor_3_0Operations : public ::java::lang::Object
29
{
30
 
31
public:
32
  virtual void adapter_manager_state_changed(jint, jshort) = 0;
33
  virtual void adapter_state_changed(JArray< ::org::omg::PortableInterceptor::ObjectReferenceTemplate * > *, jshort) = 0;
34
  virtual void components_established(::org::omg::PortableInterceptor::IORInfo *) = 0;
35
  virtual void establish_components(::org::omg::PortableInterceptor::IORInfo *) = 0;
36
  virtual void destroy() = 0;
37
  virtual ::java::lang::String * name() = 0;
38
  static ::java::lang::Class class$;
39
} __attribute__ ((java_interface));
40
 
41
#endif // __org_omg_PortableInterceptor_IORInterceptor_3_0Operations__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.