summaryrefslogtreecommitdiff
path: root/tvision/stream/shistory.cc
blob: 5ad00f20023e391e45005d2ddaf7e399a388d12f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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