diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-11-26 22:31:01 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-11-26 22:31:01 +0000 |
commit | ca567debe17e5052e8bb485ef2b0e931d5cad232 (patch) | |
tree | 8a90eaf8c276b818f0164e5f33472a3e4ac42409 /TAO/ChangeLog | |
parent | 6d59ddc3b845dc1808738c2b571000fd8d136219 (diff) | |
download | ATCD-ca567debe17e5052e8bb485ef2b0e931d5cad232.tar.gz |
ChangeLogTag: Fri Nov 26 22:30:25 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r-- | TAO/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 15e0bc85bd1..20205b58323 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,41 @@ +Fri Nov 26 22:30:25 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu> + + * TAO_IDL/be/be_visitor_connector/connector_ami_rh_exs.cpp: + * TAO_IDL/be/be_visitor_connector/connector_ami_rh_exh.cpp: + * TAO_IDL/be_include/be_visitor_connector/connector_ami_rh_exh.h: + * TAO_IDL/be_include/be_visitor_connector/connector_ami_rh_exs.h: + + Removed these visitors, they are replaced by the new ones below. + + * TAO_IDL/be_include/be_visitor_component/component_ami_rh_exs.h: + * TAO_IDL/be_include/be_visitor_component/component_ami_rh_exh.h: + * TAO_IDL/be/be_visitor_component/component_ami_rh_exh.cpp: + * TAO_IDL/be/be_visitor_component/component_ami_rh_exs.cpp: + + New visitors, replacing the removed ones above. + + * TAO_IDL/be/be_visitor_component.cpp: + * TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp: + * TAO_IDL/be/be_codegen.cpp: + * TAO_IDL/be/be_visitor_connector.cpp: + * TAO_IDL/be/be_decl.cpp: + * TAO_IDL/be/be_visitor_component/facet_ex_idl.cpp: + * TAO_IDL/be/be_visitor_component/component_exs.cpp: + * TAO_IDL/be/be_visitor_connector/connector_ami_exs.cpp: + * TAO_IDL/be/be_visitor_connector/connector_ami_exh.cpp: + * TAO_IDL/be/be_interface.cpp: + * TAO_IDL/be_include/be_interface.h: + * TAO_IDL/be_include/be_visitor_connector.h: + * TAO_IDL/be_include/be_decl.h: + * TAO_IDL/be_include/be_visitor_component.h: + + Moved generation of AMI4CCM reply handler implementations + from the *A_conn_i.{h.cpp} files to the appropriate + component executor implementation files. This change + also required moving the AMI4CCM reply handler IDL from + the *A.idl file to the *E.idl file. This set of changes + closes [BUGID:3929]. + Fri Nov 26 17:45:08 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu> * TAO_IDL/include/ast_module.h: |