/[libvob]/libvob/include/vob/jni/Types.hxx
ViewVC logotype

Diff of /libvob/include/vob/jni/Types.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by mudyc, Wed Apr 30 00:33:56 2003 UTC revision 1.23 by tjl, Thu May 29 08:00:20 2003 UTC
# Line 66  namespace JNI { Line 66  namespace JNI {
66      extern ObjectStorer<Vob0> vob0s;      extern ObjectStorer<Vob0> vob0s;
67      extern ObjectStorer<Vob1> vob1s;      extern ObjectStorer<Vob1> vob1s;
68      extern ObjectStorer<Vob2> vob2s;      extern ObjectStorer<Vob2> vob2s;
69      extern ObjectStorer<Vob> vob3s;      extern ObjectStorer<Vob3> vob3s;
70        extern ObjectStorer<Vob> vobNs;
71      extern ObjectStorer<Os::RenderingSurface> windows;      extern ObjectStorer<Os::RenderingSurface> windows;
72      extern ObjectStorer<ByteVector> bytevectors;      extern ObjectStorer<ByteVector> bytevectors;
73    
# Line 207  namespace JNI { Line 208  namespace JNI {
208          out = papers[in];          out = papers[in];
209      END_VOB_JNI_CONVERSION      END_VOB_JNI_CONVERSION
210    
211        START_VOB_JNI_CONVERSION_IDDED(::Vob::Vob3 *,
212                    "GL.Renderable3JavaObject")
213            out = vob3s[in];
214        END_VOB_JNI_CONVERSION
215    
216        START_VOB_JNI_CONVERSION_IDDED(::Vob::Vob2 *,
217                    "GL.Renderable2JavaObject")
218            out = vob2s[in];
219        END_VOB_JNI_CONVERSION
220    
221        START_VOB_JNI_CONVERSION_IDDED(::Vob::Vob1 *,
222                    "GL.Renderable1JavaObject")
223            out = vob1s[in];
224        END_VOB_JNI_CONVERSION
225    
226        START_VOB_JNI_CONVERSION_IDDED(::Vob::Vob0 *,
227                    "GL.Renderable0JavaObject")
228            out = vob0s[in];
229        END_VOB_JNI_CONVERSION
230    
231        START_VOB_JNI_CONVERSION_IDDED(::Vob::Vob *,
232                    "GL.RenderableNJavaObject")
233            out = vobNs[in];
234        END_VOB_JNI_CONVERSION
235    
236  }  }
237  }  }
238    

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26