diff libinterp/corefcn/module.mk @ 17544:fc31cd1bd503

extract handle object to a separate file * oct-handle.h: New file. * libinterp/corefcn/module.mk (COREFCN_INC): Add it to the list. * graphics.in.h, graphics.cc (graphics_handle class): move to oct-handle.h and rename octave_handle. (graphics_handle): Now a typedef for octave_handle.
author John W. Eaton <jwe@octave.org>
date Wed, 02 Oct 2013 19:52:39 -0400
parents fedcd3717ebc
children d07d59cc8775
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Thu Oct 03 19:09:00 2013 +0200
+++ b/libinterp/corefcn/module.mk	Wed Oct 02 19:52:39 2013 -0400
@@ -81,6 +81,7 @@
   corefcn/mxarray.in.h \
   corefcn/oct-errno.h \
   corefcn/oct-fstrm.h \
+  corefcn/oct-handle.h \
   corefcn/oct-hdf5.h \
   corefcn/oct-hist.h \
   corefcn/oct-iostrm.h \