View Javadoc

1   // **********************************************************************
2   //
3   // Generated by the ORBacus IDL to Java Translator
4   //
5   // Copyright (c) 2000
6   // Object Oriented Concepts, Inc.
7   // Billerica, MA, USA
8   //
9   // All Rights Reserved
10  //
11  // **********************************************************************
12  
13  // Version: 4.0.3
14  
15  package edu.iris.Fissures.model;
16  
17  import java.io.Serializable;
18  
19  
20  //
21  // IDL:iris.edu/Fissures/PointDistanceArea:1.0
22  //
23  /****/
24  
25  public class PointDistanceAreaValueFactory implements org.omg.CORBA.portable.ValueFactory
26  {
27      public java.io.Serializable
28      read_value(org.omg.CORBA_2_3.portable.InputStream in)
29      {
30          // TODO: implement
31          Serializable result = PointDistanceAreaImpl.createEmpty();
32          return in.read_value(result);
33      }
34  }