mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
42 lines
869 B
C
42 lines
869 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_java_util_prefs_GConfBasedFactory__
|
||
|
#define __gnu_java_util_prefs_GConfBasedFactory__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace util
|
||
|
{
|
||
|
namespace prefs
|
||
|
{
|
||
|
class GConfBasedFactory;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::java::util::prefs::GConfBasedFactory : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
GConfBasedFactory();
|
||
|
virtual ::java::util::prefs::Preferences * systemRoot();
|
||
|
virtual ::java::util::prefs::Preferences * userRoot();
|
||
|
private:
|
||
|
static ::java::util::prefs::Preferences * systemPreferences;
|
||
|
static ::java::util::prefs::Preferences * userPreferences;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_java_util_prefs_GConfBasedFactory__
|