9 lines
117 B
C
9 lines
117 B
C
|
#ifndef __POSTMAN_H
|
||
|
#define __POSTMAN_H
|
||
|
|
||
|
|
||
|
|
||
|
bool DoTranslate(const TXmlItem& xmlMethod, TXmlItem& xmlAnswer);
|
||
|
|
||
|
#endif
|