THRIFT-1025 C++ ServerSocket should inherit from Socket with the necessary Ctor to listen on connections from a specific host (similar to perl library)
add new test to CMakeLists.txt Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/3815e0b2 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/3815e0b2 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/3815e0b2 Branch: refs/heads/master Commit: 3815e0b2dcd63ebfe245dcc41022c64a898bd667 Parents: 0114455 Author: Roger Meier <[email protected]> Authored: Sat Apr 4 16:26:30 2015 +0200 Committer: Roger Meier <[email protected]> Committed: Sat Apr 4 16:26:30 2015 +0200 ---------------------------------------------------------------------- lib/cpp/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/3815e0b2/lib/cpp/test/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/lib/cpp/test/CMakeLists.txt b/lib/cpp/test/CMakeLists.txt index bb486df..a1c44c3 100644 --- a/lib/cpp/test/CMakeLists.txt +++ b/lib/cpp/test/CMakeLists.txt @@ -70,6 +70,7 @@ set(UnitTest_SOURCES Base64Test.cpp ToStringTest.cpp TypedefTest.cpp + TServerSocketTest.cpp ) if(NOT WITH_BOOSTTHREADS AND NOT WITH_STDTHREADS)
