diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-05 19:41:35 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-05 19:41:35 +0000 |
commit | 9dab499bb762507fc8519c635019292da9a2a35a (patch) | |
tree | d39f47f0116f62789cab7a60069748006b7f3cd3 /TAO/ChangeLog | |
parent | 85ed612a1d9cd84bf111a0e66d0dc723a482cdb9 (diff) | |
download | ATCD-9dab499bb762507fc8519c635019292da9a2a35a.tar.gz |
ChangeLogTag: Wed Feb 5 13:34:44 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r-- | TAO/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index db7e4eb0f91..b8087f48bb5 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,18 @@ +Wed Feb 5 13:34:44 2003 Jeff Parsons <j.parsons@vanderbilt.edu> + + * orbsvcs/orbsvcs/IFRService/InterfaceDef_i.cpp (create_attribute): + + Changed the behavior to eliminate the creation of a corresponding + repository entry for the operations asssociated with an + attribute in the C++ mapping. On the backend, this mainly affects + describe_interface(). Since the latter operation's return type, + CORBA::FullInterfaceDescription, contains fields for both + attributes and operations, it doesn't seem necessary to include + the _get_* and _set_* operations in the operation list. It also + seems that this behavior will make the TAO IFR more + iteroperable with IFRs from other ORB vendors. Thanks to + Matej Sekoranja <matej.sekoranja@ijs.si> for pointing this out. + Wed Feb 5 10:02:10 2003 Ossama Othman <ossama@uci.edu> * orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Monitor.cpp (loads): |