Engauge Digitizer  2
Layout.cpp
1 #include "log4cpp/Layout.hh"
2 
3 namespace log4cpp {
4 
6  {
7  }
8 
9  Layout::~Layout()
10  {
11  }
12 }
Layout()
Single constructor.
Definition: Layout.cpp:5