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

#define Uses_TFileDialog
#define Uses_TStreamableClass
#include <tv.h>
__link( RDialog )
__link( RFileInputLine )
__link( RFileList )

TStreamableClass CLY_EXPORT RFileDialog( TFileDialog::name,
                              TFileDialog::build,
                              __DELTA(TFileDialog)
                            );

#endif