#ifndef __DICTION_H #define __DICTION_H #ifndef __XML_H #include "xml.h" #endif bool DoTranslate(const TXmlItem& xmlMethod, TXmlItem& xmlAnswer); #endif