summaryrefslogtreecommitdiff
path: root/tvision/classes/iopstrea.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tvision/classes/iopstrea.cc')
-rw-r--r--tvision/classes/iopstrea.cc34
1 files changed, 34 insertions, 0 deletions
diff --git a/tvision/classes/iopstrea.cc b/tvision/classes/iopstrea.cc
new file mode 100644
index 0000000..50d8932
--- /dev/null
+++ b/tvision/classes/iopstrea.cc
@@ -0,0 +1,34 @@
+/*
+ * Turbo Vision - Version 2.0
+ *
+ * Copyright (c) 1994 by Borland International
+ * All Rights Reserved.
+ *
+
+Modified by Robert H”hne to be used for RHIDE.
+Modified to compile with gcc v3.x by Salvador E. Tropea, with the help of
+Andris Pavenis.
+
+ *
+ *
+ */
+
+#define Uses_pstream
+#define Uses_iopstream
+#include <tv.h>
+
+UsingNamespaceStd
+
+iopstream::iopstream( CLY_streambuf * sb )
+{
+ pstream::init( sb );
+}
+
+iopstream::~iopstream()
+{
+}
+
+iopstream::iopstream()
+{
+}
+