Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ba5a984
)
erlang: Export cast/3 from thrift_client (dialyzer warning)
author
David Reiss
<dreiss@apache.org>
Mon, 30 Aug 2010 22:05:08 +0000
(22:05 +0000)
committer
David Reiss
<dreiss@apache.org>
Mon, 30 Aug 2010 22:05:08 +0000
(22:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990964
13f79535
-47bb-0310-9956-
ffa450edef68
lib/erl/src/thrift_client.erl
patch
|
blob
|
history
diff --git
a/lib/erl/src/thrift_client.erl
b/lib/erl/src/thrift_client.erl
index
d5bb146
..
9790250
100644
(file)
--- a/
lib/erl/src/thrift_client.erl
+++ b/
lib/erl/src/thrift_client.erl
@@
-24,7
+24,7
@@
%% API
-export([start_link/2, start_link/3, start_link/4,
start/3, start/4,
- call/3, send_call/3, close/1]).
+ call/3,
cast/3,
send_call/3, close/1]).
%% gen_server callbacks
-export([init/1, handle_call/3, handle_cast/2, handle_info/2,