create directories branches, tags, trunk
[lttv.git] / ltt-usertrace / java / ThreadBrand.java
... / ...
CommitLineData
1
2package ltt;
3
4// The ThreadBrand.java file
5public 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.022618 seconds and 4 git commands to generate.