Re: [orbitcpp-list] Support for naming service!
Status: Beta
Brought to you by:
philipd
|
From: Andreas K. <ak...@ix...> - 2000-04-19 16:24:37
|
On Tue, Apr 18, 2000 at 04:20:50PM +0000, Phil Dawes wrote: > Hi Folks, > > I've checked in some support for the CosNaming service, and a little > manual test which seems to confirm that everything works as expected. This is great news to hear. > The library is called liborbitcppCosNaming, and I've named the header > 'CosNaming.hh' (I used sed in the makefile to concatenate the common.hh > and stubs.hh into one file), but I'm starting to wonder whether it > should be called 'CosNaming-cpp.hh'. What do you think? The compiler already generates CosNaming-cpp.hh to include common, stubs and skels headers. You might as well use this one. Of course, noone needs the skels for the naming service, so we might implement the --nostubs, --noskels --nocommon options now and use them for this. cya andy |