Cloneable.h 357 B

12345678910111213141516171819
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_lang_Cloneable__
  3. #define __java_lang_Cloneable__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. class java::lang::Cloneable : public ::java::lang::Object
  7. {
  8. public:
  9. static ::java::lang::Class class$;
  10. } __attribute__ ((java_interface));
  11. #endif // __java_lang_Cloneable__