1 28 29 30 package org.objectweb.ccm.logdemo; 31 32 36 public class ClientHomeWithLogImpl 37 extends ClientHome_Base 38 { 39 public 41 ClientHomeWithLogImpl() 42 { 43 } 44 45 49 static public org.omg.CORBA.Object  50 create_home() 51 { 52 return new ClientHomeWithLogImpl(); 53 } 54 55 59 final public org.omg.Components.ExecutorSegmentBase 60 create_component_segment(short sid) 61 { 62 return new ClientWithLogImpl(); 64 } 65 } 66 | Popular Tags |