Bill Janssen wrote:
>
> Evan, what's the OMG IDL for this interface?
I think it looks like this:
module java
{
module util
{
valuetype List
{
// methods are optional according to mapping spec
// there is no data because java.util.List is an interface
};
};
};
So basically java.util.List and java.util.Collection map to empty valuetypes,
or valuetypes with methods and no data.
I can't see how a C++ client can ever use that!
________________________________________________________________________________
Evan Ireland Sybase EA Server Engineering [EMAIL PROTECTED]
Wellington - New Zealand +64 4 934-5856
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".