You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by hc...@apache.org on 2015/04/29 00:18:26 UTC

svn commit: r1676640 - /thrift/cms-site/trunk/content/tutorial/cpp.md

Author: hcorg
Date: Tue Apr 28 22:18:26 2015
New Revision: 1676640

URL: http://svn.apache.org/r1676640
Log:
C++ tutorial fixed lines in code snippet

Modified:
    thrift/cms-site/trunk/content/tutorial/cpp.md

Modified: thrift/cms-site/trunk/content/tutorial/cpp.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/cpp.md?rev=1676640&r1=1676639&r2=1676640&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/cpp.md (original)
+++ thrift/cms-site/trunk/content/tutorial/cpp.md Tue Apr 28 22:18:26 2015
@@ -18,4 +18,4 @@ library_lang: "cpp"
 
 ### Example ThreadPool Server
 
-[snippet:path=tutorial/cpp/CppServer.cpp:lang=cpp:lines=129,144]
+[snippet:path=tutorial/cpp/CppServer.cpp:lang=cpp:lines=127,136]