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