summaryrefslogtreecommitdiff
path: root/tvision/stream/slookupv.cc
blob: cc0662a5b84c216bf7a5be9f1e5be3c8c3d3adf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef NO_STREAM

#define Uses_TStreamableClass
#define Uses_TStringLookupValidator
#include <tv.h>

TStreamableClass CLY_EXPORT RStringLookupValidator( TStringLookupValidator::name,
                         TStringLookupValidator::build,
                         __DELTA(TStringLookupValidator)
                       );

TStreamableClass CLY_EXPORT RLookupValidator( TLookupValidator::name,
                         TLookupValidator::build,
                         __DELTA(TLookupValidator)
                       );

#endif