apm_mark_version_for_reload

EveAndersson.com : API Browser : apm_mark_version_for_reload

apm_mark_version_for_reload

apm_mark_version_for_reload version_id [ file_info_var ]
Defined in packages/acs-core/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_reload_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
file_info_var (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com