summaryrefslogtreecommitdiff
path: root/libfrontend-elements/frontend-elements/diagnostic.ixx
blob: d32325d099ce643e3ff6dc3ac6ee10da62ff1a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : frontend-elements/diagnostic.ixx
// author    : Boris Kolpackov <boris@kolpackov.net>
// copyright : Copyright (c) 2005-2010 Boris Kolpackov
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

namespace FrontendElements
{
  namespace Diagnostic
  {
    namespace Bits
    {
      inline
      Mediator::
      ~Mediator ()
      {
        s_ << r_;
      }
    }
  }
}