Go Back   ZeroC Forums > Comments

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 08-19-2006
rc_hz rc_hz is offline
Registered User
 
Name: Eric RC
Organization: www.genband.com
Project: No project yet
 
Join Date: Jul 2004
Location: Hangzhou, China
Posts: 189
Send a message via MSN to rc_hz
-->
Bug in Ice3.1.0 document

Ice 3.1.0 document
1. Page 360:
Code:
public interface Node extends Ice.Object, _NodeOperations {}
should be:
Code:
public interface Node extends Ice.Object, _NodeOperations, _NodeOperationsNC {}
2. Page 361:
Line 5~ Line6:
Code:
That interface extends both Ice.Object and _<interface-name>Operations.
should be:
Code:
That interface extends Ice.Object ,_<interface-name>Operations and _<interface-name>OperationsNC.
BTW, what does "Disp" in the generated class "_<interface-name>Disp" means ?
__________________
Eric RC
www.genband.com (telecommunication)
I like ICE (Ice for C++/Java/Python)
Reply With Quote
  #2 (permalink)  
Old 08-20-2006
rc_hz rc_hz is offline
Registered User
 
Name: Eric RC
Organization: www.genband.com
Project: No project yet
 
Join Date: Jul 2004
Location: Hangzhou, China
Posts: 189
Send a message via MSN to rc_hz
-->
Another

Page 373:
Filesystem/DirectoryI.cs ==> Filesystem/DirectoryI.java

Page 374:
Filesystem/FileI.cs ==> Filesystem/FileI.java
__________________
Eric RC
www.genband.com (telecommunication)
I like ICE (Ice for C++/Java/Python)
Reply With Quote
  #3 (permalink)  
Old 08-21-2006
rc_hz rc_hz is offline
Registered User
 
Name: Eric RC
Organization: www.genband.com
Project: No project yet
 
Join Date: Jul 2004
Location: Hangzhou, China
Posts: 189
Send a message via MSN to rc_hz
-->
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;

    ...
};
...
__________________
Eric RC
www.genband.com (telecommunication)
I like ICE (Ice for C++/Java/Python)
Reply With Quote
  #4 (permalink)  
Old 08-21-2006
michi's Avatar
michi michi is offline
ZeroC Staff
 
Name: Michi Henning
Organization: ZeroC
Project: Ice
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 907
Thanks for the bug reports, these problems will be fixed for the next release!

Quote:
BTW, what does "Disp" in the generated class "_<interface-name>Disp" means ?
It's short for "Dispatch", because the skeleton class is used to dispatch incoming invocation to the application code.

Cheers,

Michi.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT -4. The time now is 06:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.