|
|
|
|||||
|
Bug in Ice3.1.0 document
Ice 3.1.0 document
1. Page 360: Code:
public interface Node extends Ice.Object, _NodeOperations {}
Code:
public interface Node extends Ice.Object, _NodeOperations, _NodeOperationsNC {}
Line 5~ Line6: Code:
That interface extends both Ice.Object and _<interface-name>Operations. Code:
That interface extends Ice.Object ,_<interface-name>Operations and _<interface-name>OperationsNC. |
|
|||||
|
Another
Page 373:
Filesystem/DirectoryI.cs ==> Filesystem/DirectoryI.java Page 374: Filesystem/FileI.cs ==> Filesystem/FileI.java |
|
|||||
|
one more:
In Ice/Locator.ice:
Code:
...
interface LocatorRegistry
{
/**
*
* Set the adapter endpoints with the locator registry.
*
* @param adapterId The adapter id.
*
* @param proxy The adapter proxy (a dummy direct proxy created
* by the adapter). The direct proxy contains the adapter
* endpoints.
*
* @throws AdapterNotFoundException Raised if the adapter cannot
* be found, or if the locator only allows
* registered adapters to set their active proxy and the
* adapter is not registered with the locator.
*
* @throws AdapterAlreadyActive Raised if an adapter with the same
* id is already active.
*
**/
["amd"] idempotent void setAdapterDirectProxy(string id, Object* proxy)
throws AdapterNotFoundException, AdapterAlreadyActiveException;
...
};
...
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can Ice3.1.1-VC60 support slice2py? | yuntinghill | Help Center | 1 | 12-08-2006 04:10 AM |
| can't make Ice3.1 | timberwolf | Help Center | 1 | 08-01-2006 11:04 PM |
| Ice3 compiling error with gcc 4.1.0 | umber | Help Center | 2 | 12-17-2005 11:42 PM |
| Compile Ice3.0 error on Fedora 4 | rc_hz | Help Center | 4 | 12-01-2005 01:26 AM |