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_TelemetryUtilsNatives_h
#define mozilla_java_TelemetryUtilsNatives_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/TelemetryUtilsWrappers.h"
#include "mozilla/jni/Natives.h"
#endif
namespace mozilla {
namespace java {
template<class Impl>
class TelemetryUtils::Natives : public mozilla::jni::NativeImpl<TelemetryUtils, Impl>
{
public:
static const JNINativeMethod methods[1];
};
template<class Impl>
const JNINativeMethod TelemetryUtils::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<TelemetryUtils::AddHistogram_t>(
mozilla::jni::NativeStub<TelemetryUtils::AddHistogram_t, Impl>
::template Wrap<&Impl::AddHistogram>)
};
} /* java */
} /* mozilla */
#endif // mozilla_java_TelemetryUtilsNatives_h