[omniORB] two ORBs in a single process 
    Duncan Grisby 
    duncan at grisby.org
       
    Thu Aug 18 15:31:10 BST 2005
    
    
  
On Friday 12 August, "Slawomir Lisznianski" wrote:
> Is there a way to build omniORB entirely in its own namespace? For
> example, references to CORBA::string_free would have to be qualified as
> omniOrb::CORBA::string_free, etc.
It's not something omniORB supports. However, it might not be too hard
to hack the code to put everything into some top-level namespace. Don't
use omniORB or omni as the prefix, though, since those names are already
used for namespaces / classes. You might have some luck putting a
namespace declaration early on in include/omniORB4/CORBA.h, but it's not
something I've ever tried.
Cheers,
Duncan.
-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --
    
    
More information about the omniORB-list
mailing list