Index: openacs-4/packages/acs-service-contract/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/www/doc/index.html,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-service-contract/www/doc/index.html 18 May 2018 07:56:07 -0000 1.7 +++ openacs-4/packages/acs-service-contract/www/doc/index.html 3 Sep 2024 15:37:33 -0000 1.8 @@ -30,9 +30,9 @@ including both input and outputs as well as metadata such as caching.
with acs contracts.
Implement the Contract
This might seem a little strange since a binding is the official - reference between an implementation and an interface. However + reference between an implementation and an interface. However, it is quite possible that an implementation for interface might exist prior to the interface being defined, ie the interface defining package is not installed. By retaining this information @@ -71,7 +71,7 @@ container for operations. contract_desc is a text description of the contract.
acs_sc_operation__new (contract_name, operation_name, - operation_desc, operation_iscachable_p, + operation_desc, operation_iscacheable_p, operation_inputtype, operation_outputtype ):