summaryrefslogblamecommitdiffstats
path: root/tester/covoar/TraceWriterBase.cc
blob: 2fa16dcde40cfc0967120b3eedd5f95724a766f4 (plain) (tree)



















                                                                        
/*! @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()
  {
  }

}