[omniORB] VisiBroker x Omni: Modules and Tie implementations - CONTINUED

Philippe de M. Sevestre phil@dedalus.net
Mon, 06 Nov 2000 21:32:28 -0300


Sorry for the last post, I accidentally sent it before finishing it
(probably a sort of mental race condition...)

-------------------


Hi again,

Thanks for your support. 
Using  -Wbtf works fine for this (So, this is what "flattened tie" means,
duh...).

BTW, other relevant issues that arose in this particular project where:

- stubs/skeletons/header conventions for idl compiler generated code:
	Visi splits the code into _s and _c files. I think that the spec should be
a bit
	more restrict in this aspect, but this issue is workable using some
makefile sorcery.

- Omni tie classes for interfaces with "inout" string parameters use
"CORBA::String_INOUT_arg", where
  VB uses "char *&".

	Dunno which is right, but with omni I have to manually edit the .hh and
add a copy of the
	template methods, changing the args declarations to char &*, otherwise g++
2.95.2 fails to
	instantiate the tie template.


TIA again,

Philippe.