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

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

TStreamableClass CLY_EXPORT RIndicator( TIndicator::name,
                             TIndicator::build,
                             __DELTA(TIndicator)
                           );

#endif