apm_upgrade_logic_compare (private)

 apm_upgrade_logic_compare from_to_key_1 from_to_key_2

Defined in packages/acs-tcl/tcl/apm-install-procs.tcl

Compare the from-versions in two of apm_upgrade_logic's array entries on the form 'from_version_name,to_version_name'.

Parameters:
from_to_key_1 - the first key from the array in apm_upgrade_logic
from_to_key_2 - the second key from the array in apm_upgrade_logic
Returns:
1 if 1 comes after 2, 0 if they are the same, -1 if 1 comes before 2.
Author:
Lars Pind

Partial Call Graph (max 5 caller/called nodes):
%3 apm_version_names_compare apm_version_names_compare (public) apm_upgrade_logic_compare apm_upgrade_logic_compare apm_upgrade_logic_compare->apm_version_names_compare

Testcases:
No testcase defined.
[ show source ]
Show another procedure: