
2010-03-13 Matthias Klose <doko@ubuntu.com> PR libgcj/42676 * Regenerate .h files for anonymous inner classes. From-SVN: r157422
41 lines
832 B
C++
41 lines
832 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_text_html_parser_Entity$1__
|
|
#define __javax_swing_text_html_parser_Entity$1__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
namespace html
|
|
{
|
|
namespace parser
|
|
{
|
|
class Entity$1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::text::html::parser::Entity$1 : public ::gnu::javax::swing::text::html::parser::support::gnuStringIntMapper
|
|
{
|
|
|
|
public: // actually package-private
|
|
Entity$1();
|
|
public: // actually protected
|
|
virtual void create();
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_text_html_parser_Entity$1__
|