22 Commits

Author SHA1 Message Date
Pascal Obry
909df49afa Remove superfluous with clauses.
Also kill redundant check for generated code from IDL.

This fixes compilation due to:

   warning: unnecessary with of ancestor [-gnatwr]

Change-Id: Iec9f29cdcc033afb4ba3d6f32d8aff7aacec6cfd
2021-12-15 11:36:46 +00:00
Thomas Quinot
f6b1d049af Remove unnecessary use-type and use-package clauses
These redundant clauses will be flagged by the compiler in the near
future (PA07-083).

Q725-034

Subversion-branch: /trunk/polyorb
Subversion-revision: 257110
2017-08-02 08:40:59 +00:00
Thomas Quinot
14c9fa977c Fix handling of address and port parameters for tagged components
Found by automated code inspection (Q209-012)

Subversion-branch: /trunk/polyorb
Subversion-revision: 254341
2017-02-09 20:18:45 +00:00
Bob Duff
4f92f18b82 Minor reformatting: put 'then' on separate line.
MB20-030

Subversion-branch: /trunk/polyorb
Subversion-revision: 219702
2013-11-21 16:13:07 +00:00
Vincent Celier
25ee5528ff Remove useless elsif so that PolyOrb compiles succesfully. Minor.
Subversion-branch: /trunk/polyorb
Subversion-revision: 210863
2013-06-04 15:25:34 +00:00
Thomas Quinot
32352e6e54 Remove unwanted runtime exception, KC20-016
Subversion-branch: /trunk/polyorb
Subversion-revision: 183134
2012-01-04 23:34:25 +00:00
Thomas Quinot
99f521407c Switch to GPLv3 for KC20-016
Subversion-branch: /trunk/polyorb
Subversion-revision: 183131
2012-01-04 22:41:08 +00:00
Bob Duff
f85ab55590 Remove obsolete make files.
H829-022

Subversion-branch: /trunk/polyorb
Subversion-revision: 132303
2008-11-13 01:53:23 +00:00
Jérôme Hugues
4ac7d4bea7 Add Elaboration pragmas for setup package
Subversion-branch: /trunk/polyorb
Subversion-revision: 126591
2008-07-10 08:27:38 +00:00
Jérôme Hugues
029fe90654 Output Usage if the command line is not parsed correctly
Subversion-branch: /trunk/polyorb
Subversion-revision: 126590
2008-07-10 08:27:19 +00:00
Santiago Uruena
5cc632c636 Modifying property 'svn:ignore' to avoid showing files created by
support/reconfig.

Subversion-branch: /trunk/polyorb
Subversion-revision: 122726
2008-03-05 23:21:17 +00:00
Arnaud Charlet
0a6b295f56 Fix style.
Subversion-branch: /trunk/polyorb
Subversion-revision: 122574
2008-03-03 09:29:39 +00:00
Thomas Quinot
b57666b42a Keep host names unresolved in profiles (as Socket_Name values, instead
of
Sock_Addr_Type), resolve them only when binding. This allows a reference
with a host name that cannot be resolved to be unmarshalled/marshalled
anyway.

As a collateral benefit, we improve the TCP binding circuitry to try
each successive IP address associated with a host name until a working
one is found, rather than bailing out at the first failed attempt.

Fixes H107-031

Subversion-branch: /trunk/polyorb
Subversion-revision: 120685
2008-01-11 16:56:41 +00:00
Bechir Zalila
d1537e25b8 * (po_createref_parse_cmd.adb): Do not exit the main command
parsing loop at profile end or component end.

Subversion-branch: /trunk/polyorb
Subversion-revision: 116225
2007-09-28 09:24:59 +00:00
Jérôme Hugues
905ea39945 Reorganize parsing of command line parameters to avoid three
successive calls to getopt

Subversion-branch: /trunk/polyorb
Subversion-revision: 116173
2007-09-27 10:56:02 +00:00
Bechir Zalila
d9ed48a79b * Removed useless 'with' clauses
Subversion-branch: /trunk/polyorb
Subversion-revision: 116048
2007-09-24 17:17:23 +00:00
Bob Duff
5cf51d9e1e Remove redundant use clauses.
Subversion-branch: /trunk/polyorb
Subversion-revision: 116044
2007-09-24 15:43:05 +00:00
Thomas Quinot
193aa22b42 Add @configure_input@ markers to configure input files.
Subversion-branch: /trunk/polyorb
Subversion-revision: 42762
2007-02-23 18:08:33 +00:00
Bechir Zalila
fd63b9b50e * (po_createref_parse_cmd.adb): typo
Subversion-branch: /trunk/polyorb
Subversion-revision: 41877
2007-01-16 09:37:01 +00:00
Bechir Zalila
de25473107 * (po_createref_parse_cmd.adb): At the end of the global command line
parsing loop, we exit the loop instead of displaying an error. Added
	some documentation to the inner parsing loops.

	* (polyorb-binding_data-giop-diop-create.adb,
	polyorb-binding_data-giop-iiop-create.adb): Took in account change
	r41595 concerning the value of the private constant
	PolyORB.POA_Types.Null_Time_Stamp.

Subversion-branch: /trunk/polyorb
Subversion-revision: 41876
2007-01-16 09:32:07 +00:00
Thomas Quinot
6061bfb2a7 Fix generation of setup file for po_createref.
Subversion-branch: /trunk/polyorb
Subversion-revision: 41865
2007-01-15 18:08:44 +00:00
Jérôme Hugues
8b92a1baca po_createref, a command-line tool to build references
Subversion-branch: /trunk/polyorb
Subversion-revision: 41836
2007-01-15 11:22:21 +00:00