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:
67065d7
)
THRIFT-2088 Typos in Thrift compiler help text
author
Jens Geyer
<jensg@apache.org>
Sun, 14 Jul 2013 11:54:10 +0000
(13:54 +0200)
committer
Jens Geyer
<jensg@apache.org>
Sun, 14 Jul 2013 11:54:10 +0000
(13:54 +0200)
Patch: Jens Geyer
compiler/cpp/src/generate/t_delphi_generator.cc
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/generate/t_delphi_generator.cc
b/compiler/cpp/src/generate/t_delphi_generator.cc
index
8476f80
..
547031d
100644
(file)
--- a/
compiler/cpp/src/generate/t_delphi_generator.cc
+++ b/
compiler/cpp/src/generate/t_delphi_generator.cc
@@
-3123,6
+3123,7
@@
bool t_delphi_generator::is_void( t_type* type ) {
}
THRIFT_REGISTER_GENERATOR(delphi, "delphi",
-" ansistr_binary: Use AnsiString as binary properties.\n"
-" register_types: Register structs and there implementations in a global type registry\n");
+" ansistr_binary: Use AnsiString for binary datatype (default is TBytes).\n"
+" register_types: Enable TypeRegistry, allows for creation of struct, union\n"
+" and container instances by interface or TypeInfo()\n");