YAPOG  0.0.1
Yet Another Pokemon Online Game
DatabaseLogger.cpp
Go to the documentation of this file.
4 
5 namespace yap
6 {
8  : Logger (os)
9  {
10  Activate (true);
11  }
12 
14  {
15  }
16 
17 
19  {
20  visitor.Visit (*this);
21  }
22 
24  {
25  visitor.Visit (*this);
26  }
27 } // namespace yap