commit | ac549554f425cf2b28ff391c6fefeaa0fe703a32 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周二 6月 10 22:56:59 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | 周二 6月 10 22:56:59 2008 +0000 |
tree | a4b8528635476208cb14a7838665347aa59e22bd | |
parent | 176ed368a30623a204f04f056b49c7ab9805ee8d [diff] [blame] |
Initial commit of alternative erlang lib git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666374 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/alterl/src/thrift_service.erl b/lib/alterl/src/thrift_service.erl new file mode 100644 index 0000000..89479c8 --- /dev/null +++ b/lib/alterl/src/thrift_service.erl
@@ -0,0 +1,6 @@ +-module(thrift_service). + +-export([behaviour_info/1]). + +behaviour_info(callbacks) -> + [{service_info, 1}].