THRIFT-136. s/async/oneway/ in misc places
authorDavid Reiss <dreiss@apache.org>
Tue, 24 Mar 2009 20:01:58 +0000 (20:01 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 24 Mar 2009 20:01:58 +0000 (20:01 +0000)
commit6ce401dd555cf7928e1129d9ab31aa7be4bc7e9f
tree6ee5161e938b5afd1b9b0dac5b4545af3d66e96b
parentc51986f43897a64531935653cb4a2462f6cd7e11
THRIFT-136. s/async/oneway/ in misc places

This is mostly an internal-only change.
It affects docstrings, messages, variables, test cases, etc.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@757992 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
compiler/cpp/src/parse/t_function.h
lib/erl/README
lib/erl/src/thrift_processor.erl
lib/java/test/org/apache/thrift/test/TestClient.java
lib/java/test/org/apache/thrift/test/TestServer.java
lib/py/src/server/TNonblockingServer.py
test/ThriftTest.thrift
test/cpp/src/TestClient.cpp
test/cpp/src/TestServer.cpp
test/csharp/ThriftTest/TestClient.cs
test/csharp/ThriftTest/TestServer.cs
test/erl/src/test_disklog.erl
test/erl/src/test_server.erl
test/hs/Server.hs
test/ocaml/server/TestServer.ml
test/py/TestClient.py
test/py/TestServer.py