[omniORB] Date: Wed, 5 Jan 2000 18:46:39 +0300

Alik Kurdjukov alik@oxiris.net
Wed, 5 Jan 2000 15:42:52 +0000


Hello!

I have following problem: 
Suppose we have C++ classes

class Class_A {
};
class Class_B {
	public:
		void method(A& a);
};

How to write correct implementation for something like:
interface A {
};
interface B {
	void method(in A a);
};
?

Is there any pattern available for wrapping class hierarhy to CORBA? 

Best regards,
Alik.