mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
40 lines
774 B
C++
40 lines
774 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_net_ssl_provider_Constructed__
|
|
#define __gnu_javax_net_ssl_provider_Constructed__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace net
|
|
{
|
|
namespace ssl
|
|
{
|
|
namespace provider
|
|
{
|
|
class Constructed;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::net::ssl::provider::Constructed : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual jint length() = 0;
|
|
virtual ::java::lang::String * toString(::java::lang::String *) = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __gnu_javax_net_ssl_provider_Constructed__
|