Rebuild sdk (#60)

* rebuild sdk

* fixed ut include Utils.h
This commit is contained in:
Axios
2019-08-14 14:34:09 +08:00
committed by GitHub
parent f3d9843e63
commit c43307bc80
11893 changed files with 462166 additions and 221301 deletions

View File

@@ -25,17 +25,6 @@ OnsConsumerTimeSpanRequest::OnsConsumerTimeSpanRequest() :
OnsConsumerTimeSpanRequest::~OnsConsumerTimeSpanRequest()
{}
long OnsConsumerTimeSpanRequest::getPreventCache()const
{
return preventCache_;
}
void OnsConsumerTimeSpanRequest::setPreventCache(long preventCache)
{
preventCache_ = preventCache;
setCoreParameter("PreventCache", std::to_string(preventCache));
}
std::string OnsConsumerTimeSpanRequest::getInstanceId()const
{
return instanceId_;