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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [CosNaming/] [NamingContextPackage/] [AlreadyBoundHelper.h] - Rev 761

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __org_omg_CosNaming_NamingContextPackage_AlreadyBoundHelper__
#define __org_omg_CosNaming_NamingContextPackage_AlreadyBoundHelper__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
          class Any;
          class TypeCode;
        namespace portable
        {
            class InputStream;
            class OutputStream;
        }
      }
      namespace CosNaming
      {
        namespace NamingContextPackage
        {
            class AlreadyBound;
            class AlreadyBoundHelper;
        }
      }
    }
  }
}
 
class org::omg::CosNaming::NamingContextPackage::AlreadyBoundHelper : public ::java::lang::Object
{
 
public:
  AlreadyBoundHelper();
  static ::org::omg::CosNaming::NamingContextPackage::AlreadyBound * extract(::org::omg::CORBA::Any *);
  static ::java::lang::String * id();
  static void insert(::org::omg::CORBA::Any *, ::org::omg::CosNaming::NamingContextPackage::AlreadyBound *);
  static ::org::omg::CosNaming::NamingContextPackage::AlreadyBound * read(::org::omg::CORBA::portable::InputStream *);
  static ::org::omg::CORBA::TypeCode * type();
  static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CosNaming::NamingContextPackage::AlreadyBound *);
private:
  static ::java::lang::String * _id;
public:
  static ::java::lang::Class class$;
};
 
#endif // __org_omg_CosNaming_NamingContextPackage_AlreadyBoundHelper__
 

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.