summaryrefslogtreecommitdiffstats
path: root/covoar/TraceWriterBase.cc
blob: 72cd34c519c14ed51e51b111c8f71c02315d5e3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 *  $Id$
 */

/*! @file TraceWriterBase.cc
 *  @brief TraceWriterBase Implementation
 *
 *  This file contains the implementation of the TraceWriter base class.
 *  All TraceWriter implementations inherit from this.
 */

#include "TraceWriterBase.h"

namespace Trace {

  TraceWriterBase::TraceWriterBase()
  {
  }

  TraceWriterBase::~TraceWriterBase()
  {
  }

}