summaryrefslogtreecommitdiff
path: root/rhtvision/stream/shistory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'rhtvision/stream/shistory.cc')
-rw-r--r--rhtvision/stream/shistory.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/rhtvision/stream/shistory.cc b/rhtvision/stream/shistory.cc
new file mode 100644
index 0000000..5ad00f2
--- /dev/null
+++ b/rhtvision/stream/shistory.cc
@@ -0,0 +1,15 @@
+#ifndef NO_STREAM
+
+#define Uses_THistory
+#define Uses_TStreamableClass
+#include <tv.h>
+__link( RView )
+__link( RInputLine )
+
+TStreamableClass CLY_EXPORT RHistory( THistory::name,
+ THistory::build,
+ __DELTA(THistory)
+ );
+
+#endif
+