Synopsis - Cross-Reference

File: src/Synopsis/Trace.cc
 1//
 2// Copyright (C) 2004 Stefan Seefeld
 3// All rights reserved.
 4// Licensed to the public under the terms of the GNU LGPL (>= 2),
 5// see the file COPYING for details.
 6//
 7
 8#include <Synopsis/Trace.hh>
 9
10using namespace Synopsis;
11
12unsigned int Trace::my_mask = Trace::NONE;
13size_t Trace::my_level = 0;