*/
protected IRValueBox(org.omg.CORBA.IRObject irObject)
{
super(irObject);
ValueBoxDef valueBoxDef = ValueBoxDefHelper.narrow((org.omg.CORBA.Object)irObject);
setAssociatedTypeSystemNode(RemoteTypeSystem.createTypeSystemNode(valueBoxDef.original_type_def()));
}
/**
* The contents here is the type that is boxed.
*/