summaryrefslogtreecommitdiff
path: root/rhtvision/include/tv/iopstrm.h
blob: 9c1c7f4790f7f278ca5e19ddc5105376d1d12ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 *      Turbo Vision - Version 2.0
 *
 *      Copyright (c) 1994 by Borland International
 *      All Rights Reserved.
 *

Modified by Robert H”hne to be used for RHIDE.

 *
 *
 */

/* ------------------------------------------------------------------------*/
/*                                                                         */
/*   class iopstream                                                       */
/*                                                                         */
/*   Base class for reading and writing streamable objects                 */
/*                                                                         */
/* ------------------------------------------------------------------------*/

#if defined( Uses_iopstream ) && !defined( __iopstream )
#define __iopstream

class CLY_EXPORT iopstream : public ipstream, public opstream
{
public:
 iopstream(CLY_streambuf *);
 ~iopstream();

protected:
 iopstream();
};

#endif  // Uses_iopstream