8 lines
228 B
C++
8 lines
228 B
C++
#include "stdafx.h"
|
|
#include "AceReportInterface.h"
|
|
|
|
std::string buildReportRequestUrl(const std::string& baseUrl, const std::string& user,
|
|
const std::string& token, uint32_t timeStamp, const std::string& body)
|
|
{
|
|
return "";
|
|
} |