move everything out of trunk
[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.029069 seconds and 4 git commands to generate.