To facilitate greater code reuse, application integration, and @@ -74,20 +78,16 @@
- acs_sc_contract__new (contract_name, contract_desc): -+
acs_sc_contract__new (contract_name, contract_desc):
creates a new contract to serve as a logical container for operations. contract_desc is a text description of the contract.
- acs_sc_operation__new (contract_name, operation_name, +acs_sc_operation__new (contract_name, operation_name, operation_desc, operation_iscacheable_p, operation_inputtype, operation_outputtype - ): -+ ):
creates a new operation as part of a contract.