1 26 27 package org.objectweb.ccm.chat.cif; 28 29 import org.objectweb.ccm.chat.*; 30 31 39 public class ClientHomeImpl 40 extends org.objectweb.ccm.chat.ClientSessionComposition.HomeImpl 41 implements CCM_ClientHome 42 46 { 47 53 59 60 public 61 ClientHomeImpl() 62 { 63 } 64 65 71 77 83 88 public org.omg.Components.ExecutorSegmentBase 89 create_executor_segment(int segid) 90 { 91 return new ClientImpl(); 92 } 93 94 100 104 public static org.omg.Components.HomeExecutorBase 105 create_home() 106 { 107 return new ClientHomeImpl(); 108 } 109 static 112 { 113 TextEventDefaultFactory.register(); 115 } 116 } 117 | Popular Tags |