source: rtems-tools/tester/covoar/TraceWriterBase.cc @ f9a4b2c

5
Last change on this file since f9a4b2c was 100f517, checked in by Chris Johns <chrisj@…>, on 05/09/14 at 11:50:37

covoar: Merger the covoar source from rtems-testing.git.

Use waf to build covoar.

  • Property mode set to 100644
File size: 351 bytes
Line 
1/*! @file TraceWriterBase.cc
2 *  @brief TraceWriterBase Implementation
3 *
4 *  This file contains the implementation of the TraceWriter base class.
5 *  All TraceWriter implementations inherit from this.
6 */
7
8#include "TraceWriterBase.h"
9
10namespace Trace {
11
12  TraceWriterBase::TraceWriterBase()
13  {
14  }
15
16  TraceWriterBase::~TraceWriterBase()
17  {
18  }
19
20}
Note: See TracBrowser for help on using the repository browser.