IsCompoundOfBlocks() and CheckCompoundOfBlocks() services were changed: return-value parameter was made first. It is required by Supervisor dynamic interface invokation mechanism.

This commit is contained in:
asv 2005-02-04 07:06:29 +00:00
parent 3866ec3a96
commit 8b908bd978

View File

@ -3379,13 +3379,13 @@
</inParameter-list> </inParameter-list>
<outParameter-list> <outParameter-list>
<outParameter> <outParameter>
<outParameter-name>theNbBlocks</outParameter-name> <outParameter-name>return</outParameter-name>
<outParameter-type>long</outParameter-type> <outParameter-type>long</outParameter-type>
<outParameter-comment>unknown</outParameter-comment> <outParameter-comment>unknown</outParameter-comment>
</outParameter> </outParameter>
<outParameter> <outParameter>
<outParameter-name>return</outParameter-name> <outParameter-name>theNbBlocks</outParameter-name>
<outParameter-type>boolean</outParameter-type> <outParameter-type>long</outParameter-type>
<outParameter-comment>unknown</outParameter-comment> <outParameter-comment>unknown</outParameter-comment>
</outParameter> </outParameter>
</outParameter-list> </outParameter-list>
@ -3406,13 +3406,13 @@
</inParameter-list> </inParameter-list>
<outParameter-list> <outParameter-list>
<outParameter> <outParameter>
<outParameter-name>theErrors</outParameter-name> <outParameter-name>return</outParameter-name>
<outParameter-type>BCErrors</outParameter-type> <outParameter-type>long</outParameter-type>
<outParameter-comment>unknown</outParameter-comment> <outParameter-comment>unknown</outParameter-comment>
</outParameter> </outParameter>
<outParameter> <outParameter>
<outParameter-name>return</outParameter-name> <outParameter-name>theErrors</outParameter-name>
<outParameter-type>boolean</outParameter-type> <outParameter-type>BCErrors</outParameter-type>
<outParameter-comment>unknown</outParameter-comment> <outParameter-comment>unknown</outParameter-comment>
</outParameter> </outParameter>
</outParameter-list> </outParameter-list>