Overload implementation
- From: Franck Martin <franck sopac org>
- To: orbit-list gnome org
- Subject: Overload implementation
- Date: Wed, 28 Mar 2001 01:20:35 +1200
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]