Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
4
vendor/git.apache.org/thrift.git/test/ThriftTest.thrift
generated
vendored
4
vendor/git.apache.org/thrift.git/test/ThriftTest.thrift
generated
vendored
|
@ -37,6 +37,7 @@ namespace delphi Thrift.Test
|
|||
namespace cocoa ThriftTest
|
||||
namespace lua ThriftTest
|
||||
namespace xsd test (uri = 'http://thrift.apache.org/ns/ThriftTest')
|
||||
namespace netcore ThriftTest
|
||||
|
||||
// Presence of namespaces and sub-namespaces for which there is
|
||||
// no generator should compile with warnings only
|
||||
|
@ -320,13 +321,12 @@ service ThriftTest
|
|||
|
||||
service SecondService
|
||||
{
|
||||
void blahBlah()
|
||||
/**
|
||||
* Prints 'testString("%s")' with thing as '%s'
|
||||
* @param string thing - the string to print
|
||||
* @return string - returns the string 'thing'
|
||||
*/
|
||||
string secondtestString(1: string thing),
|
||||
string secondtestString(1: string thing)
|
||||
}
|
||||
|
||||
struct VersioningTestV1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue