URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [gnuCodecFactory.h] - Rev 790
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_CORBA_gnuCodecFactory__ #define __gnu_CORBA_gnuCodecFactory__ #pragma interface #include <org/omg/CORBA/LocalObject.h> extern "Java" { namespace gnu { namespace CORBA { class gnuCodecFactory; } } namespace org { namespace omg { namespace CORBA { class ORB; } namespace IOP { class Codec; class Encoding; } } } } class gnu::CORBA::gnuCodecFactory : public ::org::omg::CORBA::LocalObject { public: gnuCodecFactory(::org::omg::CORBA::ORB *); virtual ::org::omg::IOP::Codec * create_codec(::org::omg::IOP::Encoding *); private: ::org::omg::CORBA::ORB * __attribute__((aligned(__alignof__( ::org::omg::CORBA::LocalObject)))) orb; public: static ::java::lang::Class class$; }; #endif // __gnu_CORBA_gnuCodecFactory__
Go to most recent revision | Compare with Previous | Blame | View Log