* @param irObject org.omg.CORBA.IRObject
*/
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()));
}