comparison liboctave/oct-locbuf.h @ 13989:b4d399c975de

Export new added functions/classes (Woe32) * liboctave/oct-locbuf.h (octave_chunk_buffer::clear): Add OCTAVE_API. * liboctave/singleton-cleanup.h (class singleton_cleanup): Likewise.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 04 Dec 2011 16:48:27 +0000
parents 5f8bc2f145f5
children 72c96de7a403
comparison
equal deleted inserted replaced
13988:7ab497513c1a 13989:b4d399c975de
72 72
73 OCTAVE_API virtual ~octave_chunk_buffer (void); 73 OCTAVE_API virtual ~octave_chunk_buffer (void);
74 74
75 char *data (void) const { return dat; } 75 char *data (void) const { return dat; }
76 76
77 static void clear (void); 77 static OCTAVE_API void clear (void);
78 78
79 private: 79 private:
80 80
81 // The number of bytes we allocate for each large chunk of memory we 81 // The number of bytes we allocate for each large chunk of memory we
82 // manage. 82 // manage.