comparison libinterp/interpfcn/octave-link.h @ 16627:a86a14e6e65e

Decorate symbols with OCTINTERP_API. * libinterp/interfcn/load-save.h (is_octave_data_file): Add OCTINTERP_API. * libinterp/interfcn/octave-link.h (class octave_link): Likewise.
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 06 May 2013 20:02:01 -0400
parents fa4a035e0cf4
children
comparison
equal deleted inserted replaced
16626:96d02808a881 16627:a86a14e6e65e
39 // 39 //
40 // This class is a wrapper around octave and provides thread safety by 40 // This class is a wrapper around octave and provides thread safety by
41 // buffering access operations to octave and executing them in the 41 // buffering access operations to octave and executing them in the
42 // readline event hook, which lives in the octave thread. 42 // readline event hook, which lives in the octave thread.
43 43
44 class octave_link 44 class
45 OCTINTERP_API
46 octave_link
45 { 47 {
46 protected: 48 protected:
47 49
48 octave_link (void); 50 octave_link (void);
49 51