Made BigBang/BigCrunch/Zero ITmfTimestamp:s
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / parsers / custom / CustomXmlEvent.java
index cb980aadcce77eefa7cddd9be6cd91e8f0698ff1..fc7a783ef6ecc678d26b846df8ac845b0b3ab0c9 100644 (file)
 \r
 package org.eclipse.linuxtools.tmf.ui.parsers.custom;\r
 \r
+import org.eclipse.linuxtools.tmf.core.event.ITmfTimestamp;\r
 import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;\r
 import org.eclipse.linuxtools.tmf.core.event.TmfEventType;\r
-import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
 import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 \r
 public class CustomXmlEvent extends CustomEvent {\r
@@ -29,7 +28,7 @@ public class CustomXmlEvent extends CustomEvent {
         super(definition, other);\r
     }\r
 \r
-    public CustomXmlEvent(CustomXmlTraceDefinition definition, ITmfTrace<?> parentTrace, TmfTimestamp timestamp, String source, TmfEventType type, TmfEventReference reference) {\r
+    public CustomXmlEvent(CustomXmlTraceDefinition definition, ITmfTrace<?> parentTrace, ITmfTimestamp timestamp, String source, TmfEventType type, String reference) {\r
         super(definition, parentTrace, timestamp, source, type, reference);\r
     }\r
 \r
This page took 0.031816 seconds and 5 git commands to generate.