apm_mark_version_for_reload (public)

 apm_mark_version_for_reload version_id [ changed_files_var ]

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

Examines all tcl_procs files in package version $version_id; if any have changed since they were loaded, marks (in the apm_reload array) that they must be reloaded by each Tcl interpreter (using the apm_load_any_changed_libraries procedure).

Saves a list of files that have changed (and thus marked to be reloaded) in the variable named $file_info_var, if provided. Each element of this list is of the form:

[list $file_id $path]

Parameters:
version_id (required)
changed_files_var (optional)

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