1 26 27 package org.objectweb.openccm.Components; 28 29 37 38 public class ConnectionDescriptionImpl 39 extends org.omg.Components.ConnectionDescription 40 { 41 47 53 56 public 57 ConnectionDescriptionImpl() 58 { 59 } 60 61 67 public 68 ConnectionDescriptionImpl(org.omg.Components.Cookie ck, 69 org.omg.CORBA.Object objref) 70 { 71 this.ck = ck; 72 this.objref = objref; 73 } 74 75 81 } 87 | Popular Tags |