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>
<outParameter-list>
<outParameter>
<outParameter-name>theNbBlocks</outParameter-name>
<outParameter-name>return</outParameter-name>
<outParameter-type>long</outParameter-type>
<outParameter-comment>unknown</outParameter-comment>
</outParameter>
<outParameter>
<outParameter-name>return</outParameter-name>
<outParameter-type>boolean</outParameter-type>
<outParameter-name>theNbBlocks</outParameter-name>
<outParameter-type>long</outParameter-type>
<outParameter-comment>unknown</outParameter-comment>
</outParameter>
</outParameter-list>
@ -3406,13 +3406,13 @@
</inParameter-list>
<outParameter-list>
<outParameter>
<outParameter-name>theErrors</outParameter-name>
<outParameter-type>BCErrors</outParameter-type>
<outParameter-name>return</outParameter-name>
<outParameter-type>long</outParameter-type>
<outParameter-comment>unknown</outParameter-comment>
</outParameter>
<outParameter>
<outParameter-name>return</outParameter-name>
<outParameter-type>boolean</outParameter-type>
<outParameter-name>theErrors</outParameter-name>
<outParameter-type>BCErrors</outParameter-type>
<outParameter-comment>unknown</outParameter-comment>
</outParameter>
</outParameter-list>