Implement Remote Objects (1)
IDL compiler generate some of the remote object¡¯s server program (skeleton) which includes
- definitions for the types defined in the IDL
- codes for dispatching incoming requests
- the empty bodies of the methods
CORBA::Boolean cMSO_i::get_attr (
const char* oid, AttrType*& attr, CORBA::Environment &IT_env) {
// implementation body goes here