YAPOG  0.0.1
Yet Another Pokemon Online Game
XmlHelper.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
5  const String XmlHelper::XMLATTR_NODE_NAME_PREFIX = "<xmlattr>.";
6 
8  {
9  return XMLATTR_NODE_NAME_PREFIX + name;
10  }
11 } // namespace yap