f8f93fe9f62376989de514701810d0faa70d9747
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / ctf / core / event / types / ISimpleDatatypeDeclaration.java
1 /*******************************************************************************
2 * Copyright (c) 2014 Ericsson
3 *
4 * All rights reserved. This program and the accompanying materials are made
5 * available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Matthew Khouzam - Initial API and implementation
11 *******************************************************************************/
12
13 package org.eclipse.tracecompass.ctf.core.event.types;
14
15 /**
16 * Common interface for simple CTF data types (which do not contain sub-fields).
17 *
18 * @author Matthew Khouzam
19 */
20 public interface ISimpleDatatypeDeclaration {
21
22 }
This page took 0.031237 seconds and 4 git commands to generate.