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
recompilation of skels when building COS implementation
libraries.
[Imported from Perforce change 10440 at 2006-12-01 22:55:45]
Subversion-branch: /trunk/polyorb
Subversion-revision: 37899
Hopefully last pass of E801-013 cleanup.
[Imported from Perforce change 9874 at 2006-12-01 22:21:18]
Subversion-branch: /trunk/polyorb
Subversion-revision: 37339
accessors are built prepending "Get_" and "Set_" to the name
of the attributes, as per par. 1.5 of the IDL-to-Ada mapping.
[Imported from Perforce change 9636 at 2006-12-01 21:47:59]
Subversion-branch: /trunk/polyorb
Subversion-revision: 37115
common stuff. All Makefile.ams now ultimately include
$(top_srcdir)/Makefile.common.
[Imported from Perforce change 8279 at 2006-12-01 20:32:12]
Subversion-branch: /trunk/polyorb
Subversion-revision: 35879
* libpolyorb-corba-cos-<service> holds generated code for service
(always compiled)
* libpolyorb-corba-cos-<service>-impl holds the implementation for
the service (configuration parameter)
Updated polyorb-config to reflect this change
[Imported from Perforce change 8250 at 2006-12-01 20:31:41]
Subversion-branch: /trunk/polyorb
Subversion-revision: 35851