9 lines
No EOL
180 B
C++
9 lines
No EOL
180 B
C++
#ifndef _HEADER_FETCHTEST_POCO
|
|
#define _HEADER_FETCHTEST_POCO
|
|
|
|
#include <string>
|
|
|
|
std::string get_date_time();
|
|
std::string format_poco_version();
|
|
|
|
#endif // _HEADER_FETCHTEST__POCO
|