tmf: Make CtfTmfEvent extend TmfEvent
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 18 Jan 2013 20:21:35 +0000 (15:21 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 7 Feb 2013 18:29:39 +0000 (13:29 -0500)
commit6cfa02001a692d7838ccadda6145c7855156608d
tree3b783cfa314348b335807e62da6d8fe9004dd5bf
parenta12b0e0fc0866cc7dcb195fb34b5dd52cba491ac
tmf: Make CtfTmfEvent extend TmfEvent

instead of re-implementing the interface.
Part of bug 387929.

For clarity's sake, moved all the instantiation-related code
into a new CtfTmfEventFactory.

Change-Id: Icb3d122acc3a23de3134d8209aa0be5ed4f705f0
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/10053
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/CtfTmfEventTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfIterator.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEvent.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEventFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/AbstractStateChangeInput.java
This page took 0.025405 seconds and 5 git commands to generate.