[omniORB] Please Help me out (omniidl crash while compiling valuetype )

Gurminder Singh gurmsingh at quark.com
Tue Sep 11 11:19:56 BST 2007


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:duncan at grisby.org] 
Sent: Friday, September 07, 2007 10:23 PM
To: Gurminder Singh
Cc: omniorb-list at omniorb-support.com
Subject: Re: [omniORB] omniidl crash while compiling valuetype 

On Friday 7 September, "Gurminder Singh" wrote:

> 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.

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         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list