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