Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef mozilla_java_GeckoProcessManagerNatives_h
#define mozilla_java_GeckoProcessManagerNatives_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/GeckoProcessManagerWrappers.h"
#include "mozilla/jni/Natives.h"
#endif
namespace mozilla {
namespace java {
template<class Impl>
class GeckoProcessManager::Natives : public mozilla::jni::NativeImpl<GeckoProcessManager, Impl>
{
public:
static const JNINativeMethod methods[1];
};
template<class Impl>
const JNINativeMethod GeckoProcessManager::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<GeckoProcessManager::GetEditableParent_t>(
mozilla::jni::NativeStub<GeckoProcessManager::GetEditableParent_t, Impl>
::template Wrap<&Impl::GetEditableParent>)
};
template<class Impl>
class GeckoProcessManager::ConnectionManager::Natives : public mozilla::jni::NativeImpl<ConnectionManager, Impl>
{
public:
static const JNINativeMethod methods[2];
};
template<class Impl>
const JNINativeMethod GeckoProcessManager::ConnectionManager::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<GeckoProcessManager::ConnectionManager::AttachTo_t>(
mozilla::jni::NativeStub<GeckoProcessManager::ConnectionManager::AttachTo_t, Impl>
::template Wrap<&Impl::AttachTo>),
mozilla::jni::MakeNativeMethod<GeckoProcessManager::ConnectionManager::ObserveNetworkNotifications_t>(
mozilla::jni::NativeStub<GeckoProcessManager::ConnectionManager::ObserveNetworkNotifications_t, Impl>
::template Wrap<&Impl::ObserveNetworkNotifications>)
};
} /* java */
} /* mozilla */
#endif // mozilla_java_GeckoProcessManagerNatives_h