4 #include "google/protobuf/message.h"
5 #include <grpcpp/grpcpp.h>
6 #include "tinkoffinvestsdk_export.h"
10 static const std::string APP_NAME =
"samoilovv.TinkoffInvestSDK";
22 ServiceReply(
const std::shared_ptr<google::protobuf::Message> protoMsg);
23 const std::shared_ptr<google::protobuf::Message> ptr();
24 const std::string accountID(
const int i);
28 static const ServiceReply prepareServiceAnswer(
const Status &status,
const T &protoMsg)
34 std::shared_ptr<google::protobuf::Message> m_replyPtr;
38 #endif // SERVICEREPLY_H