[thrift] maps, lists, sets, and service inheritance for Erlang
authorChristopher Piro <cpiro@apache.org>
Wed, 25 Jul 2007 22:41:00 +0000 (22:41 +0000)
committerChristopher Piro <cpiro@apache.org>
Wed, 25 Jul 2007 22:41:00 +0000 (22:41 +0000)
commit5f5fdf3a20f2459eabbee771e6eff4159c6f2bca
treeeadf7c0b3852cb33956848a91f1913a8d11e921e
parentff8eb9288d57845319b65f1bfd3d4a13cecc3217
[thrift] maps, lists, sets, and service inheritance for Erlang

Reviewed by: cpiro

Test Plan: tested wit tutorial/tutorial.thrift

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665175 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_erl_generator.cc
lib/erl/lib/thrift/server.sh
lib/erl/lib/thrift/src/oop.erl
lib/erl/lib/thrift/src/thrift_utils.erl [new file with mode: 0644]
tutorial/erl/server.erl
tutorial/rb/RubyClient.rb