convert from svn repository: remove tags directory
[lttv.git] / trunk / obsolete / ltt-usertrace / java / ThreadBrand.java
CommitLineData
f77d9b0e 1
2package ltt;
3
d84f6d3c 4// The ThreadBrand.java file
5public class ThreadBrand
6{
7 // Declaration of the Native (C) function
f77d9b0e 8 public static native void trace_java_generic_thread_brand(String arg);
d84f6d3c 9 static {
10 System.loadLibrary("ltt-java-thread_brand");
11 }
12}
This page took 0.031432 seconds and 4 git commands to generate.