diff src/oct-prcstrm.h @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents 585a8809fd9b
children 71bd2d124119
line wrap: on
line diff
--- a/src/oct-prcstrm.h	Wed Feb 02 06:32:04 2000 +0000
+++ b/src/oct-prcstrm.h	Wed Feb 02 10:26:25 2000 +0000
@@ -30,13 +30,13 @@
 {
 public:
 
-  octave_iprocstream (const string& n,
+  octave_iprocstream (const std::string& n,
 		      ios::openmode arg_md = ios::in,
 		      oct_mach_info::float_format flt_fmt =
 		      oct_mach_info::native);
 
   static octave_stream
-  create (const string& n, ios::openmode arg_md = ios::in,
+  create (const std::string& n, ios::openmode arg_md = ios::in,
 	  oct_mach_info::float_format flt_fmt = oct_mach_info::native);
 
 protected:
@@ -57,13 +57,13 @@
 {
 public:
 
-  octave_oprocstream (const string& n,
+  octave_oprocstream (const std::string& n,
 		      ios::openmode arg_md = ios::out,
 		      oct_mach_info::float_format flt_fmt =
 		      oct_mach_info::native);
 
   static octave_stream
-  create (const string& n, ios::openmode arg_md = ios::out,
+  create (const std::string& n, ios::openmode arg_md = ios::out,
 	  oct_mach_info::float_format flt_fmt = oct_mach_info::native);
 
 protected: