Posted By:
norik_v
Posted On:
Friday, August 10, 2001 01:19 AM
hello earlier i have used EXTENSIBLE while writing the idl file, but as now its not a corba standard how can i change it. for example: extensible struct Descriptor { long long cfpnId ; long dataSize ; boolean enabled ; boolean customizable ; long offset ; string label ; string data ; } ; what else can i use instead of 'extensible' so that it is according to corba standard? please help me rectify this problem thank you
More>>
hello
earlier i have used EXTENSIBLE while writing the idl file, but as now its not a corba standard how can i change it.
for example:
extensible struct Descriptor
{
long long cfpnId ;
long dataSize ;
boolean enabled ;
boolean customizable ;
long offset ;
string label ;
string data ;
} ;
what else can i use instead of 'extensible' so that it is according to corba standard?
please help me rectify this problem
thank you
<<Less