Index: openacs-4/packages/acs-service-contract/tcl/implementation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/implementation-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/acs-service-contract/tcl/implementation-procs.tcl 27 Oct 2014 16:39:44 -0000 1.14 +++ openacs-4/packages/acs-service-contract/tcl/implementation-procs.tcl 7 Aug 2017 23:47:57 -0000 1.15 @@ -88,7 +88,7 @@
  • owner: Owner of the implementation, use the package-key.
  • name: Name of your implementation.
  • name: Pretty name of your implementation. You'd typically use this when displaying the service contract implementation through a UI. -
  • aliases: Specification of the tcl procedures for each of the service contract's operations. +
  • aliases: Specification of the Tcl procedures for each of the service contract's operations. The aliases section is itself an array-list. The keys are the operation names @@ -355,3 +355,9 @@ } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: