[omniORB] generated impl class to use Module as namespace

Duncan Grisby dgrisby@uk.research.att.com
Fri, 16 Nov 2001 11:06:58 +0000


On Wednesday 14 November, =?iso-8859-1?B?RnLpZOlyaWMgUHJpbg==?= wrote:

> module M
> {
>     interface I {...};
> };
> 
> would gennerate an impl sample class : class M_I : public....
> 
> Is there an argument to IDL parser to make it generate namespaced class
> instead of M_ prefixed ?

This is just in the example implementation code. You can call you
implementation class anything you like, and put it in any namespace
you like.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --