4d3bc77e92019025b828457424e7f65dbfca5013
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.jni / src / org / eclipse / linuxtools / lttng / jni_v2_6 / JniParser_v2_6.java
1 package org.eclipse.linuxtools.lttng.jni_v2_6;
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 *******************************************************************************/
13
14 import org.eclipse.linuxtools.lttng.jni.JniParser;
15
16 /**
17 * <b><u>JniParser_v2_6</u></b>
18 * <p>
19 * JniParser version to support Lttng traceformat of version 2.6<br>
20 * This class extend abstract class JniParser with (possibly) version specific implementation.<br>
21 * <p>
22 */
23 public class JniParser_v2_6 extends JniParser {
24
25 /*
26 * Forbid access to the default constructor
27 */
28 protected JniParser_v2_6() {
29 super();
30 }
31 }
This page took 0.030322 seconds and 4 git commands to generate.