commit | 1c1ca74237bee683cf05eff54ee844156ad5e905 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周二 6月 10 22:57:21 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | 周二 6月 10 22:57:21 2008 +0000 |
tree | a2ef3a427bf77d632386a554f1ace1d115a15cc1 | |
parent | ae756f4561047df087f7b1130d7e2b056b05e4b0 [diff] [blame] |
Make processor use a service definition and handler to determine types git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666376 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/alterl/src/thrift_service.erl b/lib/alterl/src/thrift_service.erl index 89479c8..1ecfb9d 100644 --- a/lib/alterl/src/thrift_service.erl +++ b/lib/alterl/src/thrift_service.erl
@@ -3,4 +3,4 @@ -export([behaviour_info/1]). behaviour_info(callbacks) -> - [{service_info, 1}]. + [{function_info, 2}].