2b6bcdc73c2ea50c2534368c2f6987a6e3b382d9
[lttv.git] / obsolete / ltt-usertrace / java / ThreadBrand.java
1
2 package ltt;
3
4 // The ThreadBrand.java file
5 public class ThreadBrand
6 {
7 // Declaration of the Native (C) function
8 public static native void trace_java_generic_thread_brand(String arg);
9 static {
10 System.loadLibrary("ltt-java-thread_brand");
11 }
12 }
This page took 0.034689 seconds and 3 git commands to generate.