Hi ,
Lets say that we have two different interfaces and these two contain
an identical
method . A CORBA component provides these interfaces via two
different facets .
When we write the implementation code for the component , we have to
implement
this method only once . Is there a way to know from which facet this
method has
been called in order to implement the code with different behavior for
its facet ?
Thank you in advance .