Gurminder Singh
2007-09-11 10:50:38 UTC
Hi All,
Please tell me if you guys are able to compile the below idl example.
I Just want to know if inheritance of valuetype is supported yet.
Thanks for reply. Following is idl that gives crash.
module ValueTest {
valuetype One {
public string s;
public long l;
};
valuetype Two : One{
public string name;
};
interface Test {
One op1(in One a, in Two b);
};
};
Waiting for reply ....
Thanks a lot
gerry
-----Original Message-----
From: Duncan Grisby [mailto:***@grisby.org]
Sent: Friday, September 07, 2007 10:23 PM
To: Gurminder Singh
Cc: omniorb-***@omniorb-support.com
Subject: Re: [omniORB] omniidl crash while compiling valuetype
The IDL compiles fine for me. And there isn't any inheritance in what
you posted. Are you sure that's the IDL that causes a problem?
One reply will be sufficient ;-)
Duncan.
Please tell me if you guys are able to compile the below idl example.
I Just want to know if inheritance of valuetype is supported yet.
Thanks for reply. Following is idl that gives crash.
module ValueTest {
valuetype One {
public string s;
public long l;
};
valuetype Two : One{
public string name;
};
interface Test {
One op1(in One a, in Two b);
};
};
Waiting for reply ....
Thanks a lot
gerry
-----Original Message-----
From: Duncan Grisby [mailto:***@grisby.org]
Sent: Friday, September 07, 2007 10:23 PM
To: Gurminder Singh
Cc: omniorb-***@omniorb-support.com
Subject: Re: [omniORB] omniidl crash while compiling valuetype
I am trying to compile the following idl file which has 2 valuetypes.
[...]The omniversion is omniORB4.1.0. omniidl compiler gives the following
errors. What i think is inheritance in valuetype is causing the
problem.errors. What i think is inheritance in valuetype is causing the
The IDL compiles fine for me. And there isn't any inheritance in what
you posted. Are you sure that's the IDL that causes a problem?
One reply will be sufficient ;-)
Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --