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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [naming/] [event/] [NamingExceptionEvent.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_naming_event_NamingExceptionEvent__
5
#define __javax_naming_event_NamingExceptionEvent__
6
 
7
#pragma interface
8
 
9
#include <java/util/EventObject.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace naming
15
    {
16
        class NamingException;
17
      namespace event
18
      {
19
          class EventContext;
20
          class NamingExceptionEvent;
21
          class NamingListener;
22
      }
23
    }
24
  }
25
}
26
 
27
class javax::naming::event::NamingExceptionEvent : public ::java::util::EventObject
28
{
29
 
30
public:
31
  NamingExceptionEvent(::javax::naming::event::EventContext *, ::javax::naming::NamingException *);
32
  virtual ::javax::naming::NamingException * getException();
33
  virtual ::javax::naming::event::EventContext * getEventContext();
34
  virtual void dispatch(::javax::naming::event::NamingListener *);
35
private:
36
  static const jlong serialVersionUID = -4877678086134736336LL;
37
  ::javax::naming::NamingException * __attribute__((aligned(__alignof__( ::java::util::EventObject)))) exception;
38
public:
39
  static ::java::lang::Class class$;
40
};
41
 
42
#endif // __javax_naming_event_NamingExceptionEvent__

powered by: WebSVN 2.1.0

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