diff options
Diffstat (limited to 'libjava/java/beans/beancontext/BeanContextServicesSupport$BCSSProxyServiceProvider.h')
-rw-r--r-- | libjava/java/beans/beancontext/BeanContextServicesSupport$BCSSProxyServiceProvider.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/beans/beancontext/BeanContextServicesSupport$BCSSProxyServiceProvider.h b/libjava/java/beans/beancontext/BeanContextServicesSupport$BCSSProxyServiceProvider.h index 5576f65398b..0453cc16c37 100644 --- a/libjava/java/beans/beancontext/BeanContextServicesSupport$BCSSProxyServiceProvider.h +++ b/libjava/java/beans/beancontext/BeanContextServicesSupport$BCSSProxyServiceProvider.h @@ -28,8 +28,8 @@ extern "Java" class java::beans::beancontext::BeanContextServicesSupport$BCSSProxyServiceProvider : public ::java::lang::Object { -public: // actually protected - BeanContextServicesSupport$BCSSProxyServiceProvider(::java::beans::beancontext::BeanContextServicesSupport *); +public: // actually package-private + BeanContextServicesSupport$BCSSProxyServiceProvider(::java::beans::beancontext::BeanContextServicesSupport *, ::java::beans::beancontext::BeanContextServiceProvider *); public: virtual ::java::util::Iterator * getCurrentServiceSelectors(::java::beans::beancontext::BeanContextServices *, ::java::lang::Class *); virtual ::java::lang::Object * getService(::java::beans::beancontext::BeanContextServices *, ::java::lang::Object *, ::java::lang::Class *, ::java::lang::Object *); |