Skip to content

Commit 1dcf633

Browse files
author
chengxin
committed
【FIX】windows工程配置错误适配
1 parent d525162 commit 1dcf633

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

include/tigerapi/push_socket/push_socket.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef PUSH_SOCKET_H
22
#define PUSH_SOCKET_H
33

4-
54
#include <memory>
65
#include <string>
76

@@ -88,8 +87,6 @@ namespace TIGER_API
8887
std::function<void()> disconnected_callback_;
8988
std::function<void(std::string)> on_inner_error_callback_;
9089
std::function<void(const std::shared_ptr<tigeropen::push::pb::Response>& response_pb_object)> on_message_callback_;
91-
92-
9390
private:
9491
TIGER_API::ClientConfig client_config_;
9592

openapi-cpp-sdk.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,13 @@
406406
<ClCompile Include="include\openapi_pb\pb_source\TradeTickData.pb.cc" />
407407
<ClCompile Include="include\openssl\applink.c" />
408408
<ClCompile Include="src\contract_util.cpp" />
409-
<ClCompile Include="src\easylogging++.cc" />
409+
<ClCompile Include="src\easylogging++.cpp" />
410410
<ClCompile Include="src\order_util.cpp" />
411411
<ClCompile Include="src\push_socket\push_client_impl.cpp" />
412412
<ClCompile Include="src\push_socket\push_frame_serialize.cpp" />
413413
<ClCompile Include="src\push_socket\push_socket.cpp" />
414414
<ClCompile Include="src\quote_client.cpp" />
415+
<ClCompile Include="src\tick_util.cpp" />
415416
<ClCompile Include="src\tiger_client.cpp" />
416417
<ClCompile Include="src\trade_client.cpp" />
417418
<ClCompile Include="src\utils.cpp" />

openapi-cpp-sdk.vcxproj.filters

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,6 @@
698698
<ClCompile Include="src\utils.cpp">
699699
<Filter>src</Filter>
700700
</ClCompile>
701-
<ClCompile Include="src\easylogging++.cc">
702-
<Filter>src</Filter>
703-
</ClCompile>
704701
<ClCompile Include="include\openssl\applink.c">
705702
<Filter>include\openssl</Filter>
706703
</ClCompile>
@@ -764,6 +761,12 @@
764761
<ClCompile Include="src\push_socket\push_client_impl.cpp">
765762
<Filter>src\push_socket</Filter>
766763
</ClCompile>
764+
<ClCompile Include="src\tick_util.cpp">
765+
<Filter>src</Filter>
766+
</ClCompile>
767+
<ClCompile Include="src\easylogging++.cpp">
768+
<Filter>src</Filter>
769+
</ClCompile>
767770
</ItemGroup>
768771
<ItemGroup>
769772
<None Include="include\cpprest\details\http_constants.dat">

0 commit comments

Comments
 (0)