summaryrefslogtreecommitdiff
path: root/rhtvision/stream/sinputli.cc
blob: c86774a99e904dca490ececb6897556514c39875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef NO_STREAM

#define Uses_TInputLine
#define Uses_TStreamableClass
#include <tv.h>
__link( RView )

TStreamableClass CLY_EXPORT RInputLine( TInputLine::name,
                             TInputLine::build,
                             __DELTA(TInputLine)
                           );

#endif