Re: [Orbit-python-list] two questions
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@au...> - 2002-02-11 15:18:30
|
On Mon, 2002-02-11 at 01:40, Eugene Sizikov wrote: > hello all ppl! Hi Eugene. > i have a question: what's about interface inheritance in o-p? as i can > see, i need to implement methods of parent interface for all children? > or i'm not? CORBA supports inheritance only at the interface level. Implementors of a hierarchy can inherit their own implementation, of course, but CORBA does not provide a means to inherit someone else's. > also i don't understand how to work with CORBA exception declaration in > o-p. You might want to look at the test suite under the src/ directory (test-suite.idl, test-server, and test-client) for an example of custom exceptions. If you have any specific questions, feel free to ask here. Jason. -- Academic Computing Support Specialist Algoma University College Sault Ste. Marie, Ontario 705-949-2301 x330 Personal Home Page http://www.auc.ca http://sault.org |