Overload implementation



I know overload of methods is not allowed in CORBA, but how would you solve this
problem with orbit?

basicaly I would like to have

GMBoundary GMObject.boundary();
GMPrimitiveBoundary GMPrimitive.boundary();
GMCurveBoundary GMCurve.boundary();

With

interface GMObject;
interface GMPrimtive:GMObject;
interface GMCurve:GMObject;

Cheers.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]