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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [naming/] [LinkRef.h] - Rev 759

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_naming_LinkRef__
#define __javax_naming_LinkRef__
 
#pragma interface
 
#include <javax/naming/Reference.h>
extern "Java"
{
  namespace javax
  {
    namespace naming
    {
        class LinkRef;
        class Name;
    }
  }
}
 
class javax::naming::LinkRef : public ::javax::naming::Reference
{
 
public:
  LinkRef(::javax::naming::Name *);
  LinkRef(::java::lang::String *);
  virtual ::java::lang::String * getLinkName();
private:
  static const jlong serialVersionUID = -5386290613498931298LL;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_naming_LinkRef__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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