[omniORB] Correct values of Persistent and BestEffort
Duncan Grisby
duncan at grisby.org
Fri Aug 20 12:30:27 BST 2004
On Wednesday 18 August, =?iso-8859-1?Q?T=F6tterman_Petri?= wrote:
> $TOP/idl/COS/CosNotification.idl:
>
> const short BestEffort = 0;
> const short Persistent = 1;
[...]
> $TOP/build/src/services/mklib/CosNotification.hh (after make veryclean;
> make)
> _CORBA_MODULE_VARINT const CORBA::Short BestEffort _init_in_decl_( = 0 );
> _CORBA_MODULE_VARINT const CORA::Short Persistent _init_in_decl_( = 0 );
For some reason, omniidl is producing broken output for you. What
platform are you using? The .hh file has the correct constant values
in it for me.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list