You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2014/07/04 22:14:41 UTC

[2/2] git commit: THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support Client: C++ Patch: Jens Geyer, based on a patch proposal from Thomas Lazar

THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support
Client: C++
Patch: Jens Geyer, based on a patch proposal from Thomas Lazar


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/41312c7e
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/41312c7e
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/41312c7e

Branch: refs/heads/master
Commit: 41312c7e928ca9f29b1e132114c56c890a60870c
Parents: 9a4f40d
Author: Jens Geyer <je...@apache.org>
Authored: Fri Jul 4 22:09:31 2014 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Fri Jul 4 22:09:31 2014 +0200

----------------------------------------------------------------------
 lib/cpp/libthrift.vcxproj.filters | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/41312c7e/lib/cpp/libthrift.vcxproj.filters
----------------------------------------------------------------------
diff --git a/lib/cpp/libthrift.vcxproj.filters b/lib/cpp/libthrift.vcxproj.filters
index ba21a83..bfa8829 100644
--- a/lib/cpp/libthrift.vcxproj.filters
+++ b/lib/cpp/libthrift.vcxproj.filters
@@ -36,6 +36,9 @@
     <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp">
       <Filter>protocal</Filter>
     </ClCompile>
+    <ClCompile Include="src\thrift\protocol\TMultiplexedProtocol.cpp">
+      <Filter>protocal</Filter>
+    </ClCompile>
     <ClCompile Include="src\thrift\transport\TFDTransport.cpp">
       <Filter>transport</Filter>
     </ClCompile>
@@ -167,6 +170,9 @@
     <ClInclude Include="src\thrift\processor\PeekProcessor.h">
       <Filter>processor</Filter>
     </ClInclude>
+    <ClInclude Include="src\thrift\processor\TMultiplexedProcessor.h">
+      <Filter>processor</Filter>
+    </ClInclude>
     <ClInclude Include="src\thrift\transport\TFDTransport.h">
       <Filter>transport</Filter>
     </ClInclude>
@@ -191,6 +197,9 @@
     <ClInclude Include="src\thrift\protocol\TJSONProtocol.h">
       <Filter>protocal</Filter>
     </ClInclude>
+    <ClInclude Include="src\thrift\protocol\TMultiplexedProtocol.h">
+      <Filter>protocal</Filter>
+    </ClInclude>
     <ClInclude Include="src\thrift\protocol\TDenseProtocol.h">
       <Filter>protocal</Filter>
     </ClInclude>