|
Hi Tim,
Ice servants are limited to implementing only one Slice interface. One alternative is to define a (private) Slice interface that derives from all of the desired interfaces and have your servant implement the private interface.
Take care,
Mark
|