Archived

This forum has been archived. Please start a new discussion on GitHub.

Including slice files

Hi all,

I was wondering whether or not it is possible to include one slice file within another. For instance, if I have a slice file with common data structures and I write 2 service definitions which wish to use those data structures, is there a way to include the 'common' file within my specific service files or do I have to explicitly define the common data structures in each individual file?



TIA,
Mayer

Comments

  • matthew
    matthew NL, Canada
    Yes, this is possible. The slice files that accompany the Ice distribution do exactly this.

    Matthew