Implement Remote Objects (2)
Implement the source code of these methods to provide the remote object¡¯s capabilities
Build a server program which activates a server
- e.g., using CORBA Basic Object Adapter (BOA)
MIO_i *mio_ptr = new MIO_i("cMSO", "tigris", 1.2); cMSO_var cmso_ptr = new cMSO_i(mio_ptr);
CORBA::Orbix.impl_is_ready("cMSO");
} catch (CORBA::SystemException &sysEx) {
cerr << "Unexpected system exception" << endl;