Add a thrift client to alterl bindings
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 00:58:00 +0000 (00:58 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 00:58:00 +0000 (00:58 +0000)
commit2c534031ee16aa4889cbb98ab997bcce34912ad4
tree9f4c554b4ea8cf30a619e14c575eab8d19605bad
parent8cf694d62d314de3501872656a662a825ff6c98d
Add a thrift client to alterl bindings

Test plan:
  f(), {ok, C} = thrift_client:start_link("localhost", 9090, thriftTest_thrift).
  thrift_client:call(C, testAsync, [1234]).
  thrift_client:call(C, testVoid, []).
  thrift_client:call(C, testList, [[1,2,3,4,5]]).

  - Should write an actual test suite that exercises all of ThriftTest but I'm lazy right now

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666418 13f79535-47bb-0310-9956-ffa450edef68
lib/alterl/src/thrift_client.erl [new file with mode: 0644]