Mercurial > hg > octave-nkf
comparison liboctave/oct-shlib.h @ 6108:143b556ce725
[project @ 2006-10-27 01:45:54 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 01:45:56 +0000 |
parents | faafc2d98b8d |
children | ea65de49e18e |
comparison
equal
deleted
inserted
replaced
6107:6465ca8e4f0c | 6108:143b556ce725 |
---|---|
30 | 30 |
31 // This just provides a way to avoid infinite recursion when building | 31 // This just provides a way to avoid infinite recursion when building |
32 // octave_shlib objects. | 32 // octave_shlib objects. |
33 | 33 |
34 class | 34 class |
35 OCTAVE_API | |
35 octave_xshlib | 36 octave_xshlib |
36 { | 37 { |
37 public: | 38 public: |
38 | 39 |
39 octave_xshlib (void) { } | 40 octave_xshlib (void) { } |
40 }; | 41 }; |
41 | 42 |
42 class | 43 class |
44 OCTAVE_API | |
43 octave_shlib | 45 octave_shlib |
44 { | 46 { |
45 public: | 47 public: |
46 | 48 |
47 typedef std::string (*name_mangler) (const std::string&); | 49 typedef std::string (*name_mangler) (const std::string&); |