mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
42 lines
1.0 KiB
C++
42 lines
1.0 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_naming_ldap_LdapReferralException__
|
|
#define __javax_naming_ldap_LdapReferralException__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/naming/ReferralException.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace naming
|
|
{
|
|
class Context;
|
|
namespace ldap
|
|
{
|
|
class Control;
|
|
class LdapReferralException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::naming::ldap::LdapReferralException : public ::javax::naming::ReferralException
|
|
{
|
|
|
|
public: // actually protected
|
|
LdapReferralException();
|
|
LdapReferralException(::java::lang::String *);
|
|
public:
|
|
virtual ::javax::naming::Context * getReferralContext() = 0;
|
|
virtual ::javax::naming::Context * getReferralContext(::java::util::Hashtable *) = 0;
|
|
virtual ::javax::naming::Context * getReferralContext(::java::util::Hashtable *, JArray< ::javax::naming::ldap::Control * > *) = 0;
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_naming_ldap_LdapReferralException__
|