1 26 27 package org.objectweb.ccm.demo3.cif; 28 29 import org.objectweb.ccm.demo3.*; 30 31 38 39 public class TextEventDefaultFactory 40 implements org.omg.CORBA.portable.ValueFactory  41 { 42 48 51 public java.io.Serializable 52 read_value(org.omg.CORBA_2_3.portable.InputStream in) 53 { 54 java.io.Serializable v = new TextEventImpl(); 55 return in.read_value(v); 56 } 57 58 64 67 public static void 68 register() 69 { 70 TextEventFactoryHelper.register(new TextEventDefaultFactory()); 71 } 72 } 73 | Popular Tags |