YAPOG  0.0.1
Yet Another Pokemon Online Game
BaseWriterConstVisitor.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  {
7  }
8 
10  {
11  }
12 
13  void BaseWriterConstVisitor::Visit (const XmlWriter& visitable)
14  {
15  }
16 
18  {
19  }
20 
22  {
23  }
24 
25  void BaseWriterConstVisitor::Visit (const IPacket& visitable)
26  {
27  }
28 
30  {
31  }
32 } // namespace yap