由丰鲁成发起的CORE SDK自动发布, BUILD_ID=186, 版本号:1.2.9

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
This commit is contained in:
haowei.yao
2018-03-14 14:39:25 +08:00
parent 6b7af1732d
commit 89523ed659
16 changed files with 215 additions and 95 deletions

View File

@@ -20,14 +20,13 @@
#include <sstream>
#include <alibabacloud/core/HmacSha1Signer.h>
#include "Utils.h"
//#include <alibabacloud/core/RpcErrorMarshaller.h>
using namespace AlibabaCloud;
RpcServiceClient::RpcServiceClient(const std::shared_ptr<CredentialsProvider> &credentialsProvider,
RpcServiceClient::RpcServiceClient(const std::string & servicename, const std::shared_ptr<CredentialsProvider> &credentialsProvider,
const ClientConfiguration &configuration,
const std::shared_ptr<Signer> &signer) :
CoreClient(configuration),
CoreClient(servicename, configuration),
credentialsProvider_(credentialsProvider),
signer_(signer)
{