blob: cf7043abe6a6b059e0579869c0b3dab0ade8b5f0 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_sound_sampled_Control$Type__
#define __javax_sound_sampled_Control$Type__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace sound
{
namespace sampled
{
class Control$Type;
}
}
}
}
class javax::sound::sampled::Control$Type : public ::java::lang::Object
{
public: // actually protected
Control$Type(::java::lang::String *);
public:
virtual jboolean equals(::java::lang::Object *);
virtual jint hashCode();
virtual ::java::lang::String * toString();
private:
::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) name;
public:
static ::java::lang::Class class$;
};
#endif // __javax_sound_sampled_Control$Type__