diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1997-09-30 19:10:48 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1997-09-30 19:10:48 +0000 |
commit | c6a5004f550a020d13fdc1b6735676c818b7e241 (patch) | |
tree | 8ce45ca88e9a75521dc65d0b27eedbb35e83c888 /TAO | |
parent | f0d873c0bd03f864e3a90901c57765687a83fdd9 (diff) | |
download | ATCD-c6a5004f550a020d13fdc1b6735676c818b7e241.tar.gz |
Some ACEification. But not noteworthy yet.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/TAO_IDL/ast/ast_decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp index eb3438a095d..c0d7c3b767e 100644 --- a/TAO/TAO_IDL/ast/ast_decl.cpp +++ b/TAO/TAO_IDL/ast/ast_decl.cpp @@ -110,7 +110,7 @@ AST_Decl::AST_Decl(NodeType nt, UTL_ScopedName *n, UTL_StrList *p) pd_in_main_file(idl_global->in_main_file()), pd_added(I_FALSE) { - compute_full_name(n); + compute_full_name (n); } /* |