tmf: Use tabs in statistics view for each traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.jni / src / org / eclipse / linuxtools / internal / lttng / jni_v2_3 / JniParser_v2_3.java
CommitLineData
ce38c104 1package org.eclipse.linuxtools.internal.lttng.jni_v2_3;
3b7509b0
WB
2/*******************************************************************************
3 * Copyright (c) 2009 Ericsson
4 *
5 * All rights reserved. This program and the accompanying materials are
6 * made available under the terms of the Eclipse Public License v1.0 which
7 * accompanies this distribution, and is available at
8 * http://www.eclipse.org/legal/epl-v10.html
9 *
10 * Contributors:
11 * William Bourque (wbourque@gmail.com) - Initial API and implementation
12 *******************************************************************************/
0152140d
ASL
13
14import org.eclipse.linuxtools.lttng.jni.JniParser;
15
3b7509b0
WB
16/**
17 * <b><u>JniParser_v2_3</u></b>
18 * <p>
19 * JniParser version to support Lttng traceformat of version 2.3<br>
20 * This class extend abstract class JniParser with (possibly) version specific implementation.<br>
21 * <p>
22 */
0152140d 23public class JniParser_v2_3 extends JniParser {
3b7509b0
WB
24
25 /*
26 * Forbid access to the default constructor
27 */
0152140d
ASL
28 protected JniParser_v2_3() {
29 super();
30 }
31}
This page took 0.033285 seconds and 5 git commands to generate.