1 26 27 package org.objectweb.ccm.chat.cif; 28 29 import org.objectweb.ccm.chat.*; 30 31 36 37 public class TextEventDefaultFactory 38 implements org.omg.CORBA.portable.ValueFactory  39 { 40 46 49 public java.io.Serializable 50 read_value(org.omg.CORBA_2_3.portable.InputStream in) 51 { 52 java.io.Serializable v = new TextEventImpl(); 53 return in.read_value(v); 54 } 55 56 62 65 public static void 66 register() 67 { 68 TextEventFactoryHelper.register(new TextEventDefaultFactory()); 69 } 70 } 71 | Popular Tags |