bug-tracker-notification-procs.tcl
Does not contain a contract.
- Location:
- /packages/bug-tracker/tcl/bug-tracker-notification-procs.tcl
Related Files
[ hide source ] | [ make this the default ]
File Contents
# # Procedures of the Bug Tracker application related # to notifications. # # @author Peter Marklund (peter@collaboraid.biz) namespace eval bug_tracker::notification { d_proc -public get_url { object_id } { # Todo: Implement this proc } d_proc -public process_reply { reply_id } { # Todo: Implement this proc } }