Sets the maximum General Inter-ORB Protocol version and is also used as the default value for any IIOP message.
IIOP.bdh
IiopSetMaxGiopVersion( in sVersion : string ): boolean;
true if successful
false otherwise
Parameter | Description |
---|---|
sVersion | General Inter-ORB Protocol version |
dcltrans transaction TWebInit begin // set GIOP version if IiopSetMaxGiopVersion("1.2") then writeln("GIOP version set to 1.2"); end; end TWebInit;
GIOP version set to 1.0