comparison src/procstream.h @ 383:0b52c68ec81f

[project @ 1994-03-09 21:19:44 by jwe]
author jwe
date Wed, 09 Mar 1994 21:19:44 +0000
parents a99f28f5e351
children 393e95f46b51
comparison
equal deleted inserted replaced
382:e02d6b664394 383:0b52c68ec81f
1 // procstream.h -*- C++ -*- 1 // procstream.h -*- C++ -*-
2 /* 2 /*
3 3
4 Copyright (C) 1992, 1993 John W. Eaton 4 Copyright (C) 1992, 1993, 1994 John W. Eaton
5 5
6 This file is part of Octave. 6 This file is part of Octave.
7 7
8 Octave is free software; you can redistribute it and/or modify it 8 Octave is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the 9 under the terms of the GNU General Public License as published by the
19 along with Octave; see the file COPYING. If not, write to the Free 19 along with Octave; see the file COPYING. If not, write to the Free
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 21
22 */ 22 */
23 23
24 #if !defined (_procstream_h) 24 #if !defined (octave_procstream_h)
25 #define _procstream_h 1 25 #define octave_procstream_h 1
26 26
27 #include <iostream.h> 27 #include <iostream.h>
28 #include <procbuf.h> 28 #include <procbuf.h>
29 29
30 class 30 class