Ice 3.1.0 document
1. Page 360:
should be:Code:public interface Node extends Ice.Object, _NodeOperations {}
2. Page 361:Code:public interface Node extends Ice.Object, _NodeOperations, _NodeOperationsNC {}
Line 5~ Line6:
should be:Code:That interface extends both Ice.Object and _<interface-name>Operations.
BTW, what does "Disp" in the generated class "_<interface-name>Disp" means ?Code:That interface extends Ice.Object ,_<interface-name>Operations and _<interface-name>OperationsNC.

Reply With Quote