diff src/oct-stream.h @ 6109:c68896f193e3

[project @ 2006-10-27 02:16:18 by jwe]
author jwe
date Fri, 27 Oct 2006 02:16:19 +0000
parents 7ba9ad1fec11
children 85eb75190e01
line wrap: on
line diff
--- a/src/oct-stream.h	Fri Oct 27 01:45:56 2006 +0000
+++ b/src/oct-stream.h	Fri Oct 27 02:16:19 2006 +0000
@@ -39,6 +39,7 @@
 #include "mach-info.h"
 
 class
+OCTINTERP_API
 scanf_format_elt
 {
 public:
@@ -97,6 +98,7 @@
 };
 
 class
+OCTINTERP_API
 scanf_format_list
 {
 public:
@@ -237,6 +239,7 @@
 };
 
 class
+OCTINTERP_API
 printf_format_list
 {
 public:
@@ -317,6 +320,7 @@
 // Provide an interface for Octave streams.
 
 class
+OCTINTERP_API
 octave_base_stream
 {
 friend class octave_stream;
@@ -475,6 +479,7 @@
 };
 
 class
+OCTINTERP_API
 octave_stream
 {
 public:
@@ -614,6 +619,7 @@
 };
 
 class
+OCTINTERP_API
 octave_stream_list
 {
 protected: