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_GeckoInputStreamNatives_h
#define mozilla_java_GeckoInputStreamNatives_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/GeckoInputStreamWrappers.h"
#include "mozilla/jni/Natives.h"
#endif
namespace mozilla {
namespace java {
template<class Impl>
class GeckoInputStream::Support::Natives : public mozilla::jni::NativeImpl<Support, Impl>
{
public:
static const JNINativeMethod methods[2];
};
template<class Impl>
const JNINativeMethod GeckoInputStream::Support::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<GeckoInputStream::Support::Close_t>(
mozilla::jni::NativeStub<GeckoInputStream::Support::Close_t, Impl>
::template Wrap<&Impl::Close>),
mozilla::jni::MakeNativeMethod<GeckoInputStream::Support::Resume_t>(
mozilla::jni::NativeStub<GeckoInputStream::Support::Resume_t, Impl>
::template Wrap<&Impl::Resume>)
};
} /* java */
} /* mozilla */
#endif // mozilla_java_GeckoInputStreamNatives_h