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
This change is quite pervasive and warranted some reorganization of the
CORBA personality Any's and TypeCodes.
Implements G405-028
Subversion-branch: /trunk/polyorb
Subversion-revision: 43809
list.
Instead, we want to take the --with-corba-services switch of configure
into
account. Patch provided by Bechir Zalila.
Part of EC06-003.
Subversion-branch: /trunk/polyorb
Subversion-revision: 42130
Move executable programs away from libraries, into their own
subdirectories of tools. The goals here are to minimize dependencies
between
projects, and to avoid mixing library projects with main-program
projects. Both
new and old build scripts are updated accordingly.
Part of EC06-003.
Subversion-branch: /trunk/polyorb
Subversion-revision: 42104
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
Unsigned_Long_Long versions. Change all call sites to use the
appropriate one, with type conversions as necessary. This fixes several
latent bugs where we were converting (e.g.) Long_Long to Integer,
possibly raising Constraint_Error in rare cases.
See also change 10428.
[Imported from Perforce change 10452 at 2006-12-01 22:55:59]
Subversion-branch: /trunk/polyorb
Subversion-revision: 37911