Initial commit of alternative erlang lib
authorDavid Reiss <dreiss@apache.org>
Tue, 10 Jun 2008 22:56:59 +0000 (22:56 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 10 Jun 2008 22:56:59 +0000 (22:56 +0000)
commitac549554f425cf2b28ff391c6fefeaa0fe703a32
treea4b8528635476208cb14a7838665347aa59e22bd
parent176ed368a30623a204f04f056b49c7ab9805ee8d
Initial commit of alternative erlang lib

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666374 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
lib/alterl/COPYING [new file with mode: 0644]
lib/alterl/LICENSE [new file with mode: 0644]
lib/alterl/Makefile [new file with mode: 0644]
lib/alterl/include/thrift_constants.hrl [new file with mode: 0644]
lib/alterl/include/thrift_protocol.hrl [new file with mode: 0644]
lib/alterl/src/thrift_binary_protocol.erl [new file with mode: 0644]
lib/alterl/src/thrift_processor.erl [new file with mode: 0644]
lib/alterl/src/thrift_protocol.erl [new file with mode: 0644]
lib/alterl/src/thrift_server.erl [new file with mode: 0644]
lib/alterl/src/thrift_service.erl [new file with mode: 0644]
lib/alterl/src/thrift_socket_transport.erl [new file with mode: 0644]
lib/alterl/src/thrift_transport.erl [new file with mode: 0644]
lib/alterl/vsn.mk [new file with mode: 0644]