1 28 29 30 package org.objectweb.ccm.runtime; 31 32 import org.objectweb.corba.runtime.*; 33 34 37 public class ReceptacleDescriptionImpl 38 extends org.omg.Components.ReceptacleDescription 39 { 40 public 41 ReceptacleDescriptionImpl() 42 { 43 name = ""; 45 type_id = ""; 46 is_multiple = true; 47 connections = new org.omg.Components.ConnectionDescription[0]; 48 } 49 } 50 | Popular Tags |