IDL include files

Tom Gardner tomg@iopen.com
Fri, 13 Mar 1998 09:07:48 -0800


hello all:

I would like to create a top level
IDL file and include a bunch of others.

This essentially would scope all the
interfaces that are defined in the
included idl files under one module.

For example:

module mine {

#include "one.idl"
#include "two.idl"
.
.
.
};

1. How do I tell the omniORB idl compiler
      to generate code for included IDL files?


tomg

-- 

--------------------------------------------------------
Tom Gardner                      e-mail:  tomg@iopen.com
21120 Serene Way                 Phone:   (408) 927-6687
San Jose, CA 95120-1217          Fax:     (408) 927-8864
--------------------------------------------------------