r1435@opsdev009 (orig r75837): eletuchy | 2007-12-27 07:20:14 -0800
commit8d26c74424319a04a66aa8a7934c950b945bb0b9
author(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Thu, 27 Dec 2007 15:23:56 +0000 (27 15:23 +0000)
committer(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Thu, 27 Dec 2007 15:23:56 +0000 (27 15:23 +0000)
treec079ed7d6700d6773d79b7b1c5265aef0b1c96b6
parent3e0e1e0de7056df2135a6150518304c8c7afd5a9
 r1435@opsdev009 (orig r75837):  eletuchy | 2007-12-27 07:20:14 -0800
 [thrift] service functions that begin with a Capital now work for Erlang ...

 Summary: ... The main interface function has the same name, but as an escaped atom
          (ie 'CapitalizedFun'(Arg1, Arg2) -> is the function sig)

 Reviewed by: dweatherford

 Test Plan: tested with the following thrift
      service foo {
          Struct1 CapitalizedFun(1: list<Struct2> param);
      }

      Generated erlang code now compiles

 Revert Plan: sure

git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@736 41a61cd8-c433-0410-bb1c-e256eeef9e11
compiler/cpp/src/generate/t_erl_generator.cc
compiler/cpp/src/generate/t_erl_generator.h