Implementacja interfejsu:
Klasa implementująca interfejs A:
class A_impl: public POA_A {
Short op1() throw(CORBA::SystemException);
void op2(Long val) throw(CORBA::SystemException);
Tutaj implementujemy wszystkie potrzebne nam metody, tzn. te które są wyszczególnione w interfejsie A.