Ejemplo n.º 1
0
string CReferenceDataType::GetSpecKeyword(void) const
{
    return string("/") + GetUserTypeName();
}
Ejemplo n.º 2
0
 const string& UserTypeXmlTagName(void) const
     {
         return GetUserTypeName();
     }