/[Apache-SVN]
ViewVC logotype

Revision 666418


Jump to revision: Previous Next
Author: dreiss
Date: Wed Jun 11 00:58:00 2008 UTC (16 years, 5 months ago)
Changed paths: 1
Log Message:
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


Changed paths

Path Details
Directoryincubator/thrift/trunk/lib/alterl/src/thrift_client.erl added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26