1 28 29 30 package org.objectweb.ccm.sessiondemo; 31 32 35 public class ClientHomeImpl 36 extends ClientHome_Base 37 { 38 public 40 ClientHomeImpl() 41 { 42 } 43 44 48 static public org.omg.CORBA.Object  49 create_home() 50 { 51 return new ClientHomeImpl(); 52 } 53 54 58 final public org.omg.Components.ExecutorSegmentBase 59 create_component_segment(short sid) 60 { 61 return new ClientImpl(); 63 } 64 } 65 | Popular Tags |