These redundant clauses will be flagged by the compiler in the near
future (PA07-083).
Q725-034
Subversion-branch: /trunk/polyorb
Subversion-revision: 257110
for object typecodes) and CORBA.Object.TC_Object (actual typecode for
the root object type) by renaming empty complex typecode templates
(factories)
TCF_*.
Fix places where the empty template was incorrectly used instead of a
complete
object ref typecode.
Improve debugging traces
Part of investigation for LB01-027
Subversion-branch: /trunk/polyorb
Subversion-revision: 197747
(PolyORB.ORB.Thread_Per_Session): Add appropriate protection on request
queue.
Fix improper synchronization patterns in COS Events and COS
Notifications.
For H916-010
Subversion-branch: /trunk/polyorb
Subversion-revision: 178488
Remove -gnatwR so we again get warnings on redundant type conversions.
* cos/naming/cosnaming-namingcontext-impl.ads,
cos/naming/cosnaming-namingcontext-impl.adb,
cos/ir/corba-repository_root-valuedef-impl.adb,
cos/ir/corba-repository_root-valuedef-impl.ads,
cos/time/costime-uto-impl.adb,
cos/time/costime-uto-impl.ads,
examples/corba/all_types/all_types-impl.ads,
examples/corba/all_types/all_types-impl.adb:
Change the result type of functions from Ref to Ref'Class as
required by the Ada mapping specification. Otherwise, we get
warnings on redundant type conversions in the skels -- the generated
code
converts Ref to Ref.
Fixes J418-003.
Subversion-branch: /trunk/polyorb
Subversion-revision: 159170