// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_CORBA_CDR_BufferedCdrOutput__ #define __gnu_CORBA_CDR_BufferedCdrOutput__ #pragma interface #include extern "Java" { namespace gnu { namespace CORBA { namespace CDR { class AligningOutput; class BufferedCdrOutput; class gnuRuntime; } } } namespace org { namespace omg { namespace CORBA { namespace portable { class InputStream; } } } } } class gnu::CORBA::CDR::BufferedCdrOutput : public ::gnu::CORBA::CDR::AbstractCdrOutput { public: BufferedCdrOutput(jint); BufferedCdrOutput(); virtual void setOffset(jint); virtual void align(jint); virtual ::org::omg::CORBA::portable::InputStream * create_input_stream(); virtual void reset(); virtual jint getPosition(); virtual ::gnu::CORBA::CDR::gnuRuntime * getRunTime(); virtual void setRunTime(::gnu::CORBA::CDR::gnuRuntime *); virtual void seek(jint); private: static const jlong serialVersionUID = 1LL; public: ::gnu::CORBA::CDR::AligningOutput * __attribute__((aligned(__alignof__( ::gnu::CORBA::CDR::AbstractCdrOutput)))) buffer; static ::java::lang::Class class$; }; #endif // __gnu_CORBA_CDR_BufferedCdrOutput__