Generate Client Stubs
Use IDL compiler to generate client-side stub
Write a client program which invokes the remote object interfaces
Stub relays an invocation to the real remote object via ORB
CORBA::Boolean cMSO:: get_attr (Token my_token,
SOID so_id, const char * oid,
CORBA::Environment &IT_pEnv)
throw (CORBA::SystemException,
// compiler generated stub code here