Thrift Tutorial
authorMark Slee <mcslee@apache.org>
Wed, 7 Mar 2007 05:45:10 +0000 (05:45 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 7 Mar 2007 05:45:10 +0000 (05:45 +0000)
commit07a3aab207242ef4ee8a45825e2fbab2bbf57510
treeed197e9c19ad91d84da061a07c15f470c9c2d236
parent02d1edc6f041b968a0f02d01c767f37eda3fab27
Thrift Tutorial

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665051 13f79535-47bb-0310-9956-ffa450edef68
tutorial/README [new file with mode: 0644]
tutorial/cpp/CppClient.cpp [new file with mode: 0644]
tutorial/cpp/CppServer.cpp [new file with mode: 0644]
tutorial/cpp/Makefile [new file with mode: 0644]
tutorial/php/PhpClient.php [new file with mode: 0755]
tutorial/py/PythonClient.py [new file with mode: 0755]
tutorial/py/PythonServer.py [new file with mode: 0755]
tutorial/rb/RubyClient.rb [new file with mode: 0755]
tutorial/rb/RubyServer.rb [new file with mode: 0755]
tutorial/shared.thrift [new file with mode: 0755]
tutorial/tutorial.thrift [new file with mode: 0644]