[omniORB] Reserved word "factory"? / Wide strings
Markus Redeker
markus@ibp.de
Thu, 9 Mar 2000 14:42:41 +0100
Hi,
I have some IDL files that compiled without problems under omniORB v2 but
don't compile under OmniORB v3 (pre-release 2).
1) Is there a new reserved word "factory" in omniORB v3? The IDL compiler
doesn't accept a simple definition like this:
interface test
{
void foo(in string factory);
};
It results in an error message
test.idl:3: Syntax error in operation parameters
that disappears if "factory" is replaced with something else.
2) What happened to wide strings? omniORB2 accepts the type wstring but
omniORB3 doesn't.
Regards,
Markus