summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-01 01:57:22 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-01 01:57:22 +0000
commitf0957e429934976f30d61fcea4760358c63caf0b (patch)
tree14eda77aa3e5ea04dcdf3db35013d8b6e6e7f898 /TAO
parent64c54f17dde8ccf16e94a4e82b21a7773b141a5d (diff)
downloadATCD-f0957e429934976f30d61fcea4760358c63caf0b.tar.gz
* orbsvcs/IFR_Service/ifr_adding_visitor_operation.cpp:
Carlos modified the enum values in AST_Argument::Direction to have power-of-two values so sets of directions could be used in a bit mask for AMH. This means that the argument node direction can no longer be assigned directly to the CORBA::ParameterMode enum value in the CORBA::ParDescription struct used to describe a parameter when creating an operation definition in the Interface Repository. Thanks to Priyanka Gontla <pgontla@doc.ece.uci.edu> and Craig Rodrigues <crodrigu@bbn.com> for discovering this bug.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c945eff2bed..f2c0f92d6f8 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Tue Apr 30 20:50:06 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/IFR_Service/ifr_adding_visitor_operation.cpp:
+
+ Carlos modified the enum values in AST_Argument::Direction
+ to have power-of-two values so sets of directions could be
+ used in a bit mask for AMH. This means that the argument node
+ direction can no longer be assigned directly to the
+ CORBA::ParameterMode enum value in the CORBA::ParDescription
+ struct used to describe a parameter when creating an operation
+ definition in the Interface Repository. Thanks to Priyanka
+ Gontla <pgontla@doc.ece.uci.edu> and Craig Rodrigues
+ <crodrigu@bbn.com> for discovering this bug.
+
Tue Apr 30 09:31:42 2002 Carlos O'Ryan <coryan@atdesk.com>
* orbsvcs/performance-tests/RTEvent/TCP_Baseline/Makefile: